Last active
November 27, 2018 02:01
-
-
Save dschinkel/680aeb0b1f639b924ba55e1935f12f26 to your computer and use it in GitHub Desktop.
my favorite oh-my-zsh commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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