this repo has no description
0
fork

Configure Feed

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

zsh: git branch alias

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