Skip to content

Instantly share code, notes, and snippets.

@bitbrain
Created April 23, 2019 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitbrain/de8a7b4ab521b6c1834d65e1052a8814 to your computer and use it in GitHub Desktop.
Save bitbrain/de8a7b4ab521b6c1834d65e1052a8814 to your computer and use it in GitHub Desktop.
A sample .git/config file
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@github.com:bitbrain/itch-i18n.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "fork"]
url = git@github.com:itchio/itch-i18n.git
fetch = +refs/heads/*:refs/remotes/itchio/*
[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