Skip to content

Instantly share code, notes, and snippets.

@Enelar
Last active October 2, 2015 15:54
Show Gist options
  • Save Enelar/cccae787bcc8a6ca7026 to your computer and use it in GitHub Desktop.
Save Enelar/cccae787bcc8a6ca7026 to your computer and use it in GitHub Desktop.
My default git config
[user]
name = Kirill Berezin
email = [email protected]
[url "ssh://[email protected]"]
insteadOf = https://github.com
[url "ssh://[email protected]"]
insteadOf = https://gitlab.com
[core]
editor = nano
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment