I have a public repository at github.com with 2 branches : master and test.
master
test
I created a new directory locally and did:
[
I think here you will need to set up branch tracking. Please run the following to enable tracking
git branch --track my_test origin/my_test
To test
git push -u origin my_test git pull origin my_test