Skip to content

Commit

Permalink
feat: added git worktree aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rbevin777 committed Jul 18, 2023
1 parent 117e203 commit de6303b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/git/git.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,7 @@ 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'

0 comments on commit de6303b

Please sign in to comment.