Thursday, October 13, 2011

Multiple working folders with single GIT repository clone

Actually the trick is quite trivial, we use our knowledge of git internals and unix symbolic links to achieve what we want. All we wanted is to have one repository and multiple working folders associated with it, so lets do just that.