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
25
alias gl="git pull"
26
alias gp="git push"
0
27
alias gst="git status"
28
alias gd="git diff"
29
alias gdc="git diff --cached"
···
31
alias gb="git branch"
32
alias gfp="git fetch --prune"
33
alias gsw="git switch"
0
34
35
alias wtl="git worktree list"
36
alias wtp="git worktree prune"
···
24
25
alias gl="git pull"
26
alias gp="git push"
27
+
alias gpf="git push --force-with-lease"
28
alias gst="git status"
29
alias gd="git diff"
30
alias gdc="git diff --cached"
···
32
alias gb="git branch"
33
alias gfp="git fetch --prune"
34
alias gsw="git switch"
35
+
alias gco="git checkout"
36
37
alias wtl="git worktree list"
38
alias wtp="git worktree prune"