Skip to content

Instantly share code, notes, and snippets.

@dschinkel
Last active November 27, 2018 02:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dschinkel/680aeb0b1f639b924ba55e1935f12f26 to your computer and use it in GitHub Desktop.
Save dschinkel/680aeb0b1f639b924ba55e1935f12f26 to your computer and use it in GitHub Desktop.
my favorite oh-my-zsh commands
alias for git command
ga . git add .
gcmsg git commit -m
gp git push
gp -f git push -f
gst git status
gb git branch
gb git branch
gco git checkout
gco -b git checkout -b
gc --amend git commit --amend
gl git pull
gd git diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment