Skip to content

Instantly share code, notes, and snippets.

@szmeku
Last active August 29, 2015 13:56
Show Gist options
  • Save szmeku/9200552 to your computer and use it in GitHub Desktop.
Save szmeku/9200552 to your computer and use it in GitHub Desktop.
git repository config outside of worktree (~.git/config)
[core]
repositoryformatversion = 0
filemode = true
bare = false
symlinks = false
worktree = /path/to/repository
[receive]
denyCurrentBranch = ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment