Skip to content

Commit

Permalink
fea: updated alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rbevin777 committed Jul 18, 2023
1 parent de6303b commit 4c356b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/git/git.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ 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='command git worktree'
alias gwa='command git worktree add'
alias gwr='command git worktree remove'
alias gw='git worktree'
alias gwa='git worktree add'
alias gwr='git worktree remove'

0 comments on commit 4c356b0

Please sign in to comment.