We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2488f2 commit dee6237Copy full SHA for dee6237
1 file changed
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