Add git logp

This commit is contained in:
zendesk-acicchetti 2021-06-04 12:43:49 -04:00
parent b60984341e
commit ff8bc9d4fe

View file

@ -5,7 +5,8 @@
[alias]
pushall = !git remote | xargs -L1 git push --all
pr = "!f() { git fetch -fu ${2:-$(git remote |grep ^upstream || echo origin)} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f"
pr-clean = "!git for-each-ref refs/heads/pr/* --format='%(refname)' | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done"
logp = "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short"
pr-clean = "!git for-each-ref refs/heads/pr/* --format='%(refname)' | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done"
[core]
autocrlf = input
excludesfile = /Users/acicchetti/.gitignore