
29 Mar
2012
29 Mar
'12
11:57 a.m.
On Thu, Mar 29, 2012 at 11:41 AM, Julian Gonggrijp <j.gonggrijp@gmail.com> wrote:
Yes, as Martin explained that can be done quite conveniently with a second working copy.
You can also have multiple branches in one working copy. Git calls that concept "tracked branches". You can have as many branches in a (local) repository as you want and some of them, if not all, can be tracking branches, which means when they created, they point to a remote branch in the repo you've cloned from (aka 'origin') or indeed any other, and pull in changes from there. Cheers, Stephan