Last active
January 15, 2018 14:04
-
-
Save JoshuaFrontEnd/eb96421dc12bbc2b286c72077333b6cb to your computer and use it in GitHub Desktop.
Alias para git log y git status
This file contains 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
git log | |
git config --global alias.lg "log --oneline --decorate --all --graph" | |
git lg | |
git status | |
git config --global alias.s "status -s -b" | |
git s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment