I have a public repository at github.com with 2 branches : master and test.
master
test
I created a new directory locally and did:
[
You need to make sure that your local repository have the same name as your remote repository you're trying to push.
First, change repository using git branch -m "test" so that "my_test" would be "test". Second, just git push origin test