Author: Edward Bartolo
Date:
To: dng
Subject: [DNG] Set up a local copy of Daniel Reurich's branch of my project
Hi,
I would like to set up a local copy of Daniel Reurich's branch of my
project so that I can help in fixing bugs.
I am thinking of 'git clone' but I don't understand exactly whether it
does what I want. This command may do what I need.
mkdir daniel-simple-netaid
cd daniel-simple-netaid
git clone -b simple-netaid git@???:net/simple-netaid.git
At the end I also need to make sure I can 'git push' my changes to
Daniel's branch. I have been granted developer access to it.
Edward