tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
zsh: git branch alias
seth.computer
2 months ago
ac06fffc
cad80a8f
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+1
1 changed file
expand all
collapse all
unified
split
zsh
zshenv
+1
zsh/zshenv
···
27
27
alias gd="git diff"
28
28
alias gdc="git diff --cached"
29
29
alias gdst="git diff --stat"
30
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"