summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-22 23:02:59 -0500
committerJeff Carr <[email protected]>2025-09-22 23:02:59 -0500
commite300719241a8bfe62db429f349315ff15816062d (patch)
treebfb4fe71330292b23165317fb8ccbf42d7b38fe8 /doc.go
parenta9c4b21b355ee00cc5241f39b745d2306579dfd1 (diff)
cleanup tag list
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go61
1 files changed, 31 insertions, 30 deletions
diff --git a/doc.go b/doc.go
index be6970a..4d88f15 100644
--- a/doc.go
+++ b/doc.go
@@ -1,40 +1,41 @@
/*
-
forge -- a tool to manage lots of git repos. forge includes a GUI and TUI.
forge only executes the 'git' command. Everything it does, you can run by hand with 'git'.
Options:
- --debugger open the debugger window
- --logger open the log.* control window
- --gui GUI select the plugin (andlabs,gocui,etc)
- --gui-verbose enable all logging
- --bash generate bash completion
- --bash generate bash completion
- --connect CONNECT forge url
- --all git commit --all
- --build BUILD build a repo
- --install INSTALL install a repo
- --forge-rebuild download and rebuild forge
- --force try to strong arm things
- --verbose show more output
- --help, -h display this help and exit
- --version display version and exit
+
+ --debugger open the debugger window
+ --logger open the log.* control window
+ --gui GUI select the plugin (andlabs,gocui,etc)
+ --gui-verbose enable all logging
+ --bash generate bash completion
+ --bash generate bash completion
+ --connect CONNECT forge url
+ --all git commit --all
+ --build BUILD build a repo
+ --install INSTALL install a repo
+ --forge-rebuild download and rebuild forge
+ --force try to strong arm things
+ --verbose show more output
+ --help, -h display this help and exit
+ --version display version and exit
Commands:
- help New to forge? This is for you.'
- checkout switch branches using 'git checkout'
- clean start over at the beginning
- commit 'git commit' but errors out if on wrong branch
- config show your .config/forge/ settings
- dirty show dirty git repos
- fetch run 'git fetch master'
- gui open the gui
- list print a table of the current repos
- merge merge branches
- normal set every repo to the default state for software development
- patch make patchsets
- pull run 'git pull'
- tag manage git tags
+
+ help New to forge? This is for you.'
+ checkout switch branches using 'git checkout'
+ clean start over at the beginning
+ commit 'git commit' but errors out if on wrong branch
+ config show your .config/forge/ settings
+ dirty show dirty git repos
+ fetch run 'git fetch master'
+ gui open the gui
+ list print a table of the current repos
+ merge merge branches
+ normal set every repo to the default state for software development
+ patch make patchsets
+ pull run 'git pull'
+ tag manage git tags
*/
package main