mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 09:15:09 +01:00
Git shortcut to show history with diffs for a file
This commit is contained in:
@@ -76,6 +76,7 @@ alias gst "git status"
|
|||||||
alias ga "git add -A"
|
alias ga "git add -A"
|
||||||
alias gl "git log"
|
alias gl "git log"
|
||||||
alias gls "git shortlog --summary"
|
alias gls "git shortlog --summary"
|
||||||
|
alias gld "git log --follow -p -- " # Shows history with diffs for the filename provided
|
||||||
alias gr "git reflog"
|
alias gr "git reflog"
|
||||||
alias gt 'git tag|less'
|
alias gt 'git tag|less'
|
||||||
#alias gad 'git log --pretty='"'"'%at'"'"' | while read d; do date -d "@$d"; done | awk '"'"'{print $1}'"'"' | sort | uniq -c'
|
#alias gad 'git log --pretty='"'"'%at'"'"' | while read d; do date -d "@$d"; done | awk '"'"'{print $1}'"'"' | sort | uniq -c'
|
||||||
|
|||||||
Reference in New Issue
Block a user