Skip to content

Instantly share code, notes, and snippets.

@carmanchris31
Last active May 20, 2019 18:44
Embed
What would you like to do?
Git base config
[alias]
fix-head = remote set-head origin --auto
[core]
excludesfile = ~/.gitignore_global
[fetch]
prune = true
[rebase]
autosquash = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment