Hi i want to develop an application using github for collaborative development.
I have created an extra branch on the repository called "Tests" .
So my collaborators must execute
git clone git@github.com:user/repo.git
to clone the repository
And what we must to do next?
i have read some tutorials using
git branch Tests
git checkout Tests
but i can´t push to the repository..