I have Branch A(Where I am coding),I have Identified the branch that I created(branch A)from GitBash was not appearing on GitHub Repo. Steps Done:
git clone url@git.com
git checkout -b branchA
Now Want to take master piece into another branch from git.
git clone url@git.com
git checkout branchB ( I have created on Github)
Now Wanna Merge Branch A into Branch B and make Branch B Active...? Share me some best commands or How to merger locally with out loosing my code and getting conflicts..
Thank you Folks. JB