Last active
August 28, 2016 20:56
-
-
Save matias-eduardo/dc590f214ca4242aa8a0 to your computer and use it in GitHub Desktop.
Github aliases - Keeping it simple
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 gs='git status ' | |
| alias ga='git add . ' | |
| alias gc='git commit -m ' | |
| alias gp='git push ' | |
| alias ac='git add . && git commit -m ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment