Skip to content

Commit 338ace2

Browse files
authored
Merge pull request #2335 from amno1/git-worktree-aliases
2 parents e2488f2 + dee6237 commit 338ace2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aliases/available/git.aliases.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ alias gta='git tag -a'
212212
alias gtd='git tag -d'
213213
alias gtl='git tag -l'
214214

215+
#worktree
216+
alias gw='git worktree'
217+
alias gwa='git worktree add'
218+
alias gwl='git worktree list'
219+
alias gwr='git worktree remove'
220+
215221
case $OSTYPE in
216222
darwin*)
217223
alias gtls="git tag -l | gsort -V"

0 commit comments

Comments
 (0)