From b51ee2e42fca2779b5a223de4970e5d0ddc86a8f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 15 Mar 2018 21:25:52 +0000 Subject: @1mn pls --- templates/main/info/jams.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 @@

Next up, we'll need to bundle up our changes into a commit, and push it to GitHub. To do that, we'll - use git commit -a -m "message". Make sure you use a descriptive message explaining why + use git commit -am "message". 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 git push origin master to push our commit up to GitHub.

-- cgit v1.2.3