Skip to content

Instantly share code, notes, and snippets.

@hamaluik
Created August 21, 2024 16:46
Show Gist options
  • Save hamaluik/439fc6c0669a9cfb276e5348cd9947fe to your computer and use it in GitHub Desktop.
Save hamaluik/439fc6c0669a9cfb276e5348cd9947fe to your computer and use it in GitHub Desktop.
[user]
name = Kenton Hamaluik
email = kenton@hamaluik.ca
[init]
defaultBranch = main
[alias]
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
st = status -sb
[pull]
rebase = true
[color]
ui = auto
[push]
autoSetupRemote = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment