Commit Diff


commit - a5c1f56e99a46471058aa001cedc1dfe7ad396af
commit + 7f36bb88d10481d0f053380645d8d8961901be2a
blob - 6af02a30dc4b872cd8de175b139c052a17b71f92
blob + c0076360733563e5f8da4475f8ec7118e726891c
--- got_usage.org
+++ got_usage.org
@@ -22,6 +22,8 @@
 When you are done, stage the changes
 
 #+begin_src sh
+  #if you need to add a file, use "got add"
+  got add file
   got stage
 #+end_src
 
@@ -36,5 +38,5 @@ When you are done, stage the changes
 ** Push the changes
 
 #+begin_src sh
-  got push
+  got send
 #+end_src