Created
September 8, 2008 14:37
-
-
Save metaskills/9451 to your computer and use it in GitHub Desktop.
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] | |
co = checkout | |
put = push origin HEAD |
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 gfame='git-log | git-shortlog -n -s' | |
alias gst='git-status' | |
alias gl='git-pull' | |
alias gp='git-push' | |
alias gr='git-remote' | |
alias gd='git-diff' | |
alias gco='git-checkout' | |
alias gc='git-commit -v' | |
alias gca='git-commit -v -a' | |
alias gb='git-branch' | |
alias gba='git-branch -a' | |
alias grmut='git ls-files -o --exclude-from=.gitignore | xargs rm' | |
alias gits="ls /opt/local/bin/ | grep git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment