Skip to content

Instantly share code, notes, and snippets.

@babasbot
Created October 30, 2022 21:21
Show Gist options
  • Save babasbot/c7755ba7ecc64b7fd04a4ea9c42ed18e to your computer and use it in GitHub Desktop.
Save babasbot/c7755ba7ecc64b7fd04a4ea9c42ed18e to your computer and use it in GitHub Desktop.
Git configuration
[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