Created
August 21, 2024 16:46
-
-
Save hamaluik/439fc6c0669a9cfb276e5348cd9947fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Kenton Hamaluik | |
email = [email protected] | |
[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