Skip to content

Instantly share code, notes, and snippets.

@socraticprogrammer
Created June 8, 2022 14:11
Show Gist options
  • Save socraticprogrammer/9963dc2380d26c9927ea42e8dbafd6dc to your computer and use it in GitHub Desktop.
Save socraticprogrammer/9963dc2380d26c9927ea42e8dbafd6dc to your computer and use it in GitHub Desktop.
[user]
email = example@email.com
name = example
[core]
ignorecase = false
editor = code --wait
[alias]
st = !git status -s
co = !git add --all . && git commit -m
lg = !git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
followTags = true
[init]
defaultBranch = main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment