Skip to content

Instantly share code, notes, and snippets.

@arjdev69
Created August 25, 2021 00:26
Show Gist options
  • Save arjdev69/059701155b6729da26366f0e9cc41eb4 to your computer and use it in GitHub Desktop.
Save arjdev69/059701155b6729da26366f0e9cc41eb4 to your computer and use it in GitHub Desktop.
Git Config - Setup
[user]
email = bruno96araujo@gmail.com
name = ArjDev69
[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(green)%h%C(yellow)%d %C(white)%s - %C(cyan)%cn, %C(blue)%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