Add verbose remote display

This commit is contained in:
2018-09-30 15:40:00 -04:00
parent 9a094523b6
commit c763619c39

View File

@@ -21,6 +21,7 @@
in = "!git log $(git rev-parse --abbrev-ref HEAD)..origin/master"
pull = pull --ff-only
merge = merge --ff-only
re = remote -v
# Show files ignored by git:
ign = ls-files -o -i --exclude-standard