Skip to content

Instantly share code, notes, and snippets.

@Jatapiaro
Last active August 31, 2020 07:59
Show Gist options
  • Save Jatapiaro/db66cc202900e77bf6943a943d488809 to your computer and use it in GitHub Desktop.
Save Jatapiaro/db66cc202900e77bf6943a943d488809 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
sshCommand = ssh -i ~/.ssh/id_rsa_jatapiarogithub
[user]
email = [email protected]
name = test
[remote "origin"]
url = [email protected]:test/test.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment