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: coupla git aliases
seth.computer
3 weeks ago
7e4b5640
394904e7
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+2
1 changed file
expand all
collapse all
unified
split
zsh
zshenv
+2
zsh/zshenv
···
24
24
25
25
alias gl="git pull"
26
26
alias gp="git push"
27
27
+
alias gpf="git push --force-with-lease"
27
28
alias gst="git status"
28
29
alias gd="git diff"
29
30
alias gdc="git diff --cached"
···
31
32
alias gb="git branch"
32
33
alias gfp="git fetch --prune"
33
34
alias gsw="git switch"
35
35
+
alias gco="git checkout"
34
36
35
37
alias wtl="git worktree list"
36
38
alias wtp="git worktree prune"