From 4b274230ff3cd8ad3af0df0b90efc63963398545 Mon Sep 17 00:00:00 2001 From: "Hemanth.HM" Date: Fri, 26 Feb 2016 19:04:52 +0530 Subject: [PATCH] -am --- tips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.json b/tips.json index 25d9d52..9cced4a 100644 --- a/tips.json +++ b/tips.json @@ -265,5 +265,5 @@ "tip": "git rebase -i --autosquash" }, { "title": "skip staging area during commit", - "tip": "git commit -a -m 'commit message'" + "tip": "git commit -am 'commit message'" }]