Created
October 9, 2013 02:28
-
-
Save andru255/6895200 to your computer and use it in GitHub Desktop.
atajos en el terminal con el git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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