From ad9cb5ac7e1a7b4807cdc47b8d741615dc2aec2b Mon Sep 17 00:00:00 2001 From: Fredrik Åslund Date: Tue, 2 Jul 2013 15:50:10 +0200 Subject: run git status -u after commit, before push --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b52d994a..a110f5f4 100644 --- a/Makefile +++ b/Makefile @@ -145,6 +145,7 @@ tidy: commit: tidy test @echo ; echo -n "Run 'git commit -a'? [Y/n] " ; read x ; case $$x in "Y"|"y"|"") ;; *) exit 1 ;; esac @git commit -a + @git status -u @echo ; echo -n "Run 'git push'? [Y/n] " ; read x ; case $$x in "Y"|"y"|"") ;; *) exit 1 ;; esac @git push -- cgit v1.2.3