Created
September 23, 2025 15:06
-
-
Save heytulsiprasad/41a24ea5c4d0007ef6d9987723f3c8c0 to your computer and use it in GitHub Desktop.
Shortcuts for git worktrees
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Git worktree shortcuts | |
alias gw="git worktree" | |
alias gwa="git worktree add" | |
alias gwl="git worktree list" | |
alias gwp="git worktree prune" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment