I have created a repo on Github and added a contributor to work with me on the project. I'm a little confused as to how to instruct them to work on the project
Some docs are saying they should fork the project to their own account and then clone locally
Other are saying create branches of the master
Im new to git and he is.. but i have working knowledge of CVS and SVN im confused as to instruct him the best way to checkout my master and work on it
So should I tell him to fork and clone.. or If i tell him to branch.. does he need to do an initial checkout of the master first?
Just trying to clear this up..
Oh.. also question for my own sanity.. I should be working off a branch off my own master.. and how does that effect the local files when I switch through branches