I'm freelance developer and recently picked up the project that is hosted by Git. I decided to use a branch to work on my part. However I need some guidance as I never worked with Git before.
I did:
git clone <url_to_project>
and it gave me the source code in the directory ~/proj.
Now I need to pull the changes that was made and create a branch. The question is how do I do that?