Skip to content

Instantly share code, notes, and snippets.

View Angel-Delg's full-sized avatar
馃幆
Focusing

Angel Delgado Angel-Delg

馃幆
Focusing
View GitHub Profile
@Angel-Delg
Angel-Delg / config.md
Last active July 21, 2026 16:34
Git Alias

Configuraci贸n para mejorar la lecturas de commits

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"