diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/main/info/jams.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/info/jams.html b/templates/main/info/jams.html index 6f25e855..a0dab4a6 100644 --- a/templates/main/info/jams.html +++ b/templates/main/info/jams.html @@ -135,7 +135,7 @@                  </p>                  <p>                      Next up, we'll need to bundle up our changes into a commit, and push it to GitHub. To do that, we'll -                    use <code>git commit -a -m "message"</code>. Make sure you use a descriptive message explaining why +                    use <code>git commit -am "message"</code>. Make sure you use a descriptive message explaining why                      you made your changes and what they are, but try to keep it to a single line of text if you can.                      Following this, we can use <code>git push origin master</code> to push our commit up to GitHub.                  </p>  |