Skip to content

Instantly share code, notes, and snippets.

@andru255
Created October 9, 2013 02:28
Show Gist options
  • Select an option

  • Save andru255/6895200 to your computer and use it in GitHub Desktop.

Select an option

Save andru255/6895200 to your computer and use it in GitHub Desktop.
atajos en el terminal con el git
alias gst='git status'
alias gc='git commit'
alias gco='git checkout'
alias gl='git pull'
alias gpom="git pull origin master"
alias gp='git push'
alias gd='git diff | mate'
alias gb='git branch'
alias gba='git branch -a'
alias del='git branch -d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment