Add alias for log with filename to git module
This commit is contained in:
parent
7227c4f0be
commit
34d660b31e
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ alias glo='git log --topo-order --pretty=format:"${_git_log_oneline_format}"'
|
|||
alias glg='git log --topo-order --all --graph --pretty=format:"${_git_log_oneline_format}"'
|
||||
alias glb='git log --topo-order --pretty=format:"${_git_log_brief_format}"'
|
||||
alias glc='git shortlog --summary --numbered'
|
||||
alias gln='git log --topo-order --name-only --pretty=format:"${_git_log_brief_format}"'
|
||||
|
||||
# Merge (m)
|
||||
alias gm='git merge'
|
||||
|
|
Loading…
Add table
Reference in a new issue