git alias to show commits not pushed to remotes

This commit is contained in:
Yves Dubromelle
2017-06-03 18:06:03 +02:00
parent 3a5ae68f3a
commit 4dbcc8ddc0

View File

@@ -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]