Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created September 8, 2008 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaskills/9451 to your computer and use it in GitHub Desktop.
Save metaskills/9451 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
put = push origin HEAD
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