Add more Git-related abbreviations

This commit is contained in:
Oliver Davies 2024-10-25 20:50:47 +01:00
parent 5b1f41a2e1
commit c1e85f01d9

View file

@ -19,7 +19,9 @@ abbr gap="git add -p"
abbr gc="git commit" abbr gc="git commit"
abbr gca="git commit --amend" abbr gca="git commit --amend"
abbr gcan="git commit --amend --no-edit" abbr gcan="git commit --amend --no-edit"
abbr gcl="git clone"
abbr gcm="git commit -m" abbr gcm="git commit -m"
abbr gco="git checkout"
abbr gd="git diff" abbr gd="git diff"
abbr gf="git fetch" abbr gf="git fetch"
abbr gfa="git fetch --all" abbr gfa="git fetch --all"
@ -29,10 +31,12 @@ abbr gls="git log --stat"
abbr gpl="git pull" abbr gpl="git pull"
abbr gplr="git pull --rebase" abbr gplr="git pull --rebase"
abbr gps="git push" abbr gps="git push"
abbr gr="git rebase"
abbr gri="git rebase -i" abbr gri="git rebase -i"
abbr gs="git status" abbr gs="git status"
abbr gsh="git show" abbr gsh="git show"
abbr gst="git status" abbr gst="git stash"
abbr gstp="git stash pop"
# tmux # tmux
abbr ta="tmux attach" abbr ta="tmux attach"