Skip to content

Commit

Permalink
feat: update to use common alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbevin777 committed Jul 19, 2023
1 parent 4c356b0 commit 895410f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugins/git/git.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ alias glum='command git pull upstream master'
alias gwch='command git whatchanged -p --abbrev-commit --pretty=medium'
alias gwip='command git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify -m "--wip-- [skip ci]"'

alias gw='git worktree'
alias gwa='git worktree add'
alias gwr='git worktree remove'
alias gwt='git worktree'
alias gwta='git worktree add'
alias gwtls='git worktree list'
alias gwtmv='git worktree move'
alias gwtrm='git worktree remove'

0 comments on commit 895410f

Please sign in to comment.