aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-15 21:25:52 +0000
committerGravatar Gareth Coles <[email protected]>2018-03-15 21:25:52 +0000
commitb51ee2e42fca2779b5a223de4970e5d0ddc86a8f (patch)
tree0f2e9f6d0ee1971df8a99258099a0b47f5f8f192 /templates/main
parentFix comprehension error (diff)
@1mn pls
Diffstat (limited to 'templates/main')
-rw-r--r--templates/main/info/jams.html2
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>