Commit Diff
--- 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