Creating a Git Branch w/out Parents
git checkout has an --orphan option that will create a branch with no "parents" or relation at all to other branches/commits in the repository. From the man page: Create a new orphan branch, named…
git checkout has an --orphan option that will create a branch with no "parents" or relation at all to other branches/commits in the repository. From the man page: Create a new orphan branch, named…
Gource is a software version control visualization tool. Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as…