Friday, November 10, 2017

[nqxhnabz] Many ways to git

Given multiple projects with similar code, there are several different ways to use git:

Separate repositories for each project.

Separate subdirectories within the same repo.

Different git branches of the same directory.

For given circumstances, which is best?  If circumstances change, how can you change which way?

No comments :