Last active
July 7, 2021 04:33
-
-
Save DavidAlejandro18/73a3f437ff4bebf15fa6a3c1e1737884 to your computer and use it in GitHub Desktop.
Comandos de git para agregar los alias para mejor productividad.
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
git config --global alias.lg "log --oneline --decorate --all --graph" | |
git config --global alias.s "status -s -b" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment