we are using git on a lan of computers and we have a central repository on one machine, every developer has to clone the repository and work on his one machine. but how to merge all this repositories together in the central repository ?
|
feedback
|
|
Short version: Longer version: You seem to not understand quite how Git works. As source control is an integral part of software development and you're using it, I suggest you read up on how Git's data model works --- and how to implement various workflows with it. Excellent source: http://git-scm.com/documentation | |||
|
feedback
|
|
Simply have each developer push to the main repository. Git is smart enough to merge them, most of the time.
Since | |||||||||||
feedback
|