this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: git switch alias

+1
+1
zsh/zshenv
··· 28 28 alias gdc="git diff --cached" 29 29 alias gdst="git diff --stat" 30 30 alias gfp="git fetch --prune" 31 + alias gsw="git switch" 31 32 alias wtl="git worktree list" 32 33 alias wtp="git worktree prune" 33 34