Provide better alias name
This commit is contained in:
parent
47e07e832d
commit
b0ddcb9f55
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ alias grc="git rm --cached"
|
|||
alias grh="git reset --hard"
|
||||
alias grm="git rm"
|
||||
alias gst="git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline"
|
||||
alias gsw='git log --pretty="%an <%ae>" | sort -u | fzf | xargs -I "{}" git add-trailer "Co-authored-by: {}"'
|
||||
alias gack='git log --pretty="%an <%ae>" | sort -u | fzf | xargs -I "{}" git add-trailer "Co-authored-by: {}"'
|
||||
alias gup="git-branch-delete-merged"
|
||||
alias Grep='grep'
|
||||
alias l="ls"
|
||||
|
|
Loading…
Reference in a new issue