Skip to content

Instantly share code, notes, and snippets.

@15Galan
Last active October 27, 2023 13:47
Show Gist options
  • Save 15Galan/3a908d3d1586afd5e8b200b6963662d6 to your computer and use it in GitHub Desktop.
Save 15Galan/3a908d3d1586afd5e8b200b6963662d6 to your computer and use it in GitHub Desktop.
Mis alias de Git
[alias]
b = branch
lg = log --decorate --graph --all --oneline
lgg = log --decorate --graph --all --abbrev-commit --date=format:%d-%m-%Y --format=format:'%C(bold blue)%h%C(reset) - %C(green)(%ad)%C(reset) %s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'
s = status -sb
sw = switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment