Silly question, but i need help.
There are two branches in the same repository in git-hub. A and B.I have cloned the branch A, i made some changes and now I want to push the changes to branch B.With 'git status' i can see that my branch is up-to-date with 'origin/A'. Should i add and commit the changes and then just 'push' to 'origin/B'?
What can I do to push the changes to the correct branch(B) and not A?I don't want to replace anything in the A branch.