summaryrefslogtreecommitdiffstats
path: root/cheats/git.cheat
diff options
context:
space:
mode:
Diffstat (limited to 'cheats/git.cheat')
-rw-r--r--cheats/git.cheat2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheats/git.cheat b/cheats/git.cheat
index 7913d94..957239b 100644
--- a/cheats/git.cheat
+++ b/cheats/git.cheat
@@ -29,7 +29,7 @@ git add <filename>
git add .
# Saves the changes to a file in a commit
-git commit -m "<message>"
+git commit -m <message>
# Pushes committed changes to remote repository
git push -u <remote_name> <branch_name>