Skip to content

Instantly share code, notes, and snippets.

@socraticprogrammer
Last active August 26, 2024 17:34
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 = [email protected]
name = example
[commit]
gpgsign = true
[core]
ignorecase = false
editor = code --wait
autocrlf = true
safecrl = false
safecrlf = false
[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