We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2488f2 + dee6237 commit 338ace2Copy full SHA for 338ace2
aliases/available/git.aliases.bash
@@ -212,6 +212,12 @@ alias gta='git tag -a'
212
alias gtd='git tag -d'
213
alias gtl='git tag -l'
214
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
+
221
case $OSTYPE in
222
darwin*)
223
alias gtls="git tag -l | gsort -V"
0 commit comments