Hi I am in difficulty with this scenarios: I have two local branch: develop and branch1. On remote I have develop branch only.
The steps that i followed:
- I have pulled remote develop from my local develop.
- I have created new branch branch1 and add some code inside it.
I need to create, and push all the modification of branch1 on remote. After doing it I am costrained to go to github and make a pull request from my "branch1" remote branch to the develop remote branch.
Which are the steps that I need to do in case of conflicts? I try to read a lot but the major part are merging in local and push on develop ( or master ) but my scenario is different cause i need to push on remote branch1 and from there to ask to review the code from a person and make a pull request. I need to avoid conflicts.