How do i push my code to a remote branch which has already been created?
I need step by step method of how to push to a remote branch? I have a remote repo. So i want to push to a branch in the same Repo
For instance , the Repo is given as https://github.com/tarana/Backend.git with a branch name of shuri
. How do I push to that shuri
branch?
New to this. Please i need step by step guidance.
What i have tried?
I did git push shuri
and it gave me this as response
fatal: not a git repository (or any of the parent directories): .git