summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 13:27:32 -0600
committerJeff Carr <[email protected]>2024-11-29 13:27:32 -0600
commit84a042cb15b456e5e7c37fbc922395becf7f071d (patch)
tree5e7a4559e36b6de22644db8d53d875e6531ffe5d /forgeConfig.proto
parentedd6b1d432eaa3506be23b31f0686812a6b9093c (diff)
autogenpb marshal * sort
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index 5d3b25a..5195b09 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -20,9 +20,9 @@ message ForgeConfig {
bool favorite = 6; // you like this. always git clone/go clone this repo
bool interesting = 7; // this is something interesting you found and want to remember it
- string masterBranch = 8; // git 'main' or 'master' branch name
- string develBranch = 9; // whatever the git 'devel' branch name is
- string userBranch = 10; // whatever your username branch is
+ string masterBranchName = 8; // git 'main' or 'master' branch name
+ string develBranchName = 9; // whatever the git 'devel' branch name is
+ string userBranchName = 10; // whatever your username branch is
string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent.
// todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install'