Skip to content

Instantly share code, notes, and snippets.

@Jatapiaro
Last active August 31, 2020 07:59
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
sshCommand = ssh -i ~/.ssh/id_rsa_jatapiarogithub
[user]
email = test@gmail.com
name = test
[remote "origin"]
url = git@github.com:test/test.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
@Jatapiaro
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment