Skip to content

Instantly share code, notes, and snippets.

@alexalannunes
Created May 5, 2023 04:00
Show Gist options
  • Save alexalannunes/f16ffa2d72671378df3e630f78d94f33 to your computer and use it in GitHub Desktop.
Save alexalannunes/f16ffa2d72671378df3e630f78d94f33 to your computer and use it in GitHub Desktop.
[alias]
s = !git status -s
c = !git add . && commit -m
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment