Skip to content

Instantly share code, notes, and snippets.

@EnzoPortela
Last active October 2, 2023 00:04
Show Gist options
  • Save EnzoPortela/177c8c561b0f4c17edc5a13bd966bce8 to your computer and use it in GitHub Desktop.
Save EnzoPortela/177c8c561b0f4c17edc5a13bd966bce8 to your computer and use it in GitHub Desktop.
enzo-gitconfig
[user]
name = Enzo Portela
email = [email protected]
[commit]
gpgsign = false
[core]
editor = code --wait
# [push]
# followTags = true
[alias]
c = !git add --all && git commit -m
s = !git status -s
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
amend = !git add --all && git commit --amend --no-edit
count = !git shortlog -s --grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment