Skip to content

Instantly share code, notes, and snippets.

@DavidAlejandro18
Last active June 17, 2025 03:12
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 --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
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