Skip to content

Instantly share code, notes, and snippets.

@Enelar
Last active October 2, 2015 15:54
Show Gist options
  • Select an option

  • Save Enelar/cccae787bcc8a6ca7026 to your computer and use it in GitHub Desktop.

Select an option

Save Enelar/cccae787bcc8a6ca7026 to your computer and use it in GitHub Desktop.
My default git config
[user]
name = Kirill Berezin
email = enelar@exsul.net
[url "ssh://git@github.com"]
insteadOf = https://github.com
[url "ssh://git@gitlab.com"]
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