Skip to content

Instantly share code, notes, and snippets.

@develar
Created August 22, 2014 09:15
Show Gist options
  • Save develar/b3833e756b903464a9dc to your computer and use it in GitHub Desktop.
Save develar/b3833e756b903464a9dc to your computer and use it in GitHub Desktop.
[core]
symlinks = false
repositoryformatversion = 0
filemode = true
logallrefupdates = true
precomposeunicode = true
autocrlf = false
[remote "origin"]
url = /Volumes/testDisk/ics-repo/pullToRepositoryWithoutCommitsAndCustomRemoteBranchName
fetch = +refs/heads/master:refs/remotes/origin/customRemoteBranchName
push = refs/heads/master:refs/heads/customRemoteBranchName
[branch "master"]
remote = origin
merge = refs/heads/customRemoteBranchName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment