From 4dbcc8ddc0dac9d927bbf5eb7712b7443d730195 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sat, 3 Jun 2017 18:06:03 +0200 Subject: [PATCH] git alias to show commits not pushed to remotes --- configuration/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/gitconfig b/configuration/gitconfig index ca21c39..e3d4d5e 100644 --- a/configuration/gitconfig +++ b/configuration/gitconfig @@ -20,6 +20,7 @@ # Logs lol = log --graph --decorate --pretty=oneline --abbrev-commit lola = log --graph --decorate --pretty=oneline --abbrev-commit --all + not-pushed = log --branches --not --remotes [push] default = simple [core]