Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@liandro-silva
Created June 30, 2022 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liandro-silva/b569e935975a89f5c4096d6dc824eea9 to your computer and use it in GitHub Desktop.
Save liandro-silva/b569e935975a89f5c4096d6dc824eea9 to your computer and use it in GitHub Desktop.
Config que uso no git
[user]
name = liandro-rosendo
[core]
editor = code --wait
[init]
defaultBranch = main
[push]
followTags = true
[alias]
l = !git log --pretty=format:'%C(white)Identifier: %C(blue)%h %C(red) %d\nDetails: %C(white) %s - %cn, %C(green) %cr\n------------------------'
amend = !git add --all && git commit --amend --no-edit
c = !git add --all && git commit -m
count = !git shortlog -s --grep
s-all = !git status
s = !git status -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment