HomeAbout

Omz Shortcuts

Installation

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Frequently used commands

gcf # git config --list gst # git status gd # git diff gd --name-only SHA1 SHA2 # file level diff gdca # git diff --cached gds # git diff --staged gsts # git diff stash gstl # git stash list gsts # git stash show --text gsta # git stash push gstaa # git stash apply gstp # git stash pop gstd # git stash drop gstc # git stash clear ga # git add gav # git add --verbose grs # git restore grst # git restore --staged grm # git rm gc # git commit -v gb # git branch gcb # git checkout -b gbd # git branch -d gf # git fetch ggl # git pull origin gpr # git pull rebase grb # git rebase grbi # git rebase -i ggp # git push origin gco # git checkout gsw # git switch gcp # git cherry-pick
AboutContact