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 # Logs
lol = log --graph --decorate --pretty=oneline --abbrev-commit lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
not-pushed = log --branches --not --remotes
[push] [push]
default = simple default = simple
[core] [core]

Loading…
Cancel
Save