-
-
Save babasbot/c7755ba7ecc64b7fd04a4ea9c42ed18e to your computer and use it in GitHub Desktop.
Git configuration
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
[core] | |
editor = nvim | |
[fetch] | |
prune = true | |
[push] | |
autoSetupRemote = true | |
[pull] | |
ff = only | |
[rebase] | |
autoSquash = true | |
autoStash = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment