summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index af4e270..915c72a 100644
--- a/README.md
+++ b/README.md
@@ -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
```