When grass was greener

Entries from April 2008

Git as a branch container and Visual Studio

Wednesday, April 30, 2008 · 5 Comments

One of the features, that differentiates Git from other DSCM like Bazaar and non-distributed SCM like Subversion, is that it holds all of your branches within .git repository that’s in your working copy directory.

Some of devs consider it a disadvantage: you get main development line and all of the branches in one working copy; others as an advantage – since you get all the repository in one directory.
(more…)

Categories: Open Source · Technology explained · Tools
Tagged: , ,