Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@unfo
Created April 6, 2013 12:28
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 unfo/5325950 to your computer and use it in GitHub Desktop.
Save unfo/5325950 to your computer and use it in GitHub Desktop.
alias g='git'
alias ga='git_add_shortcuts'
alias gb='exec_scmb_expand_args _scmb_git_branch_shortcuts'
alias gba='exec_scmb_expand_args _scmb_git_branch_shortcuts -a'
alias gca='git_commit_all'
alias gf='git fetch'
alias gg='git status'
alias git_aliases='list_aliases git'
alias gp='git push origin master'
alias grb='git rebase origin/master'
alias gs='git_status_shortcuts'
alias gsf='git_show_affected_files'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment