git alias to show commits not pushed to remotes

nixos-19.09 2017-06-03-latitude
Yves Dubromelle 8 years ago
parent 3a5ae68f3a
commit 4dbcc8ddc0

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

Loading…
Cancel
Save