Skip to content

Instantly share code, notes, and snippets.

@jcsaaddupuy
Created December 11, 2012 12:16
Show Gist options
  • Save jcsaaddupuy/4258137 to your computer and use it in GitHub Desktop.
Save jcsaaddupuy/4258137 to your computer and use it in GitHub Desktop.
Git alias
alias gitpp='git pull && git push'
alias gits='git status'
alias gitd='git diff'
alias gita='git add'
alias gitc='git commit'
alias gitck='git checkout'
alias gitpl='git pull'
alias gitps='git push'
function gitcp(){
gitck $@ && gitpl
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment