Git Aliases for bash

26 Mar
2009

From peepcode screencasts. Hope they don’t mind copying that.

 </tt>
<blockquote># Git aliases for bash
# Put in ~/.bash_profile

alias gst='git status'
alias gl='git pull'
alias gp='git push'
alias gd='git diff | mate'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gb='git branch'
alias gba='git branch -a'

<tt>

Related posts:

  1. XCode and three20: Let’s refactor again!
  2. Core Data Notes from iPhone Tech Talk
  3. Reset incorrect commit messages in git
  4. Tricks with bash

Comment Form

top

Switch to our mobile site