Skip to content

Instantly share code, notes, and snippets.

@DavidAlejandro18
Last active July 7, 2021 04:33
Show Gist options
  • Save DavidAlejandro18/73a3f437ff4bebf15fa6a3c1e1737884 to your computer and use it in GitHub Desktop.
Save DavidAlejandro18/73a3f437ff4bebf15fa6a3c1e1737884 to your computer and use it in GitHub Desktop.
Comandos de git para agregar los alias para mejor productividad.
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