I\'m new to GitHub. Today I met some issue when I was trying to push my code to GitHub.
Pushing to git@github.com:519ebayproject/519ebayproject.git
To git@gi
If no, you should checkout a new branch with the same name as the remote branch and try push it again.
If you`re not in test branch, first switch to it.
git checkout test
Then open a new branch and name it testing.
git checkout -b testing
Now, it`s time to push it:
git push [remote repo] testing