Skip to content

Instantly share code, notes, and snippets.

@heytulsiprasad
Created September 23, 2025 15:06
Show Gist options
  • Save heytulsiprasad/41a24ea5c4d0007ef6d9987723f3c8c0 to your computer and use it in GitHub Desktop.
Save heytulsiprasad/41a24ea5c4d0007ef6d9987723f3c8c0 to your computer and use it in GitHub Desktop.
Shortcuts for git worktrees
# 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