|
|
|
|
|
by stephenr
666 days ago
|
|
You don't need to use a bare repo necessarily if you want to push/pull between two working repos, without a central "bare" repo locally, you just need to tell git to update when receiving: `git config receive.denyCurrentBranch updateInstead` |
|