SyntaxFix
Write A Post
Hire A Developer
Questions
Or as a single command:
git push -u origin master:my_test
Pushes the commits from your local master branch to a (possibly new) remote branch my_test and sets up master to track origin/my_test.
my_test
master
origin/my_test