diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 14:43:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 14:43:56 -0500 |
| commit | 05f798dea3869e258dedb6860baf6941152c357f (patch) | |
| tree | d803dabf325c55be3134aab04709b7fe4b8cde3c /README.md | |
| parent | 5b3764c1b7fff781d9ec84f96ef5ce09aa887f85 (diff) | |
better instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -3,7 +3,9 @@ forge is a GUI front end for 'git' designed with the intent of simplifying federated git development. -FORGE NEVER DOES ANYTHING BUT EXEC's 'git' +## Install: + +* go install go.wit.com/apps/forge@latest ## Theory @@ -20,6 +22,10 @@ FORGE NEVER DOES ANYTHING BUT EXEC's 'git' b) A "devel" branch that is published c) a "user" branch that can be local only to the developer +## Development Goals + +* have a GUI that also works on the command line + ## Notes This can be used to maintain git repositories @@ -31,14 +37,6 @@ expiremental work on federated git * uses a GUI or the console(console display needs work) * always wrap around 'git' -- it basically just types 'git' commands really fast -## Development Goals - -* have a GUI that also works on the command line - -## Install: - -* go install go.wit.com/apps/forge@latest - ## building from sources ``` |
