There is somthing I don\'t get yet with git. It is branch. So let say that I have a local repository A which I clone from a remote one B. So now
A
B
git fetch C git checkout C/stable-branch git checkout -b myCopy
Then myCopy is a local (copied) branch of C's stable one.
myCopy