I was working on this feature in on of the open source project, however, due to some other work, I stopped for working on for quite long.
Now I want to make some changes to this feature branch and push this. However, the pull request says there are some conflicts and I should resolve it first.
I am new to Git so things look really confusing.
Following are the details.
Remote Branch: https://github.com/robotframework/Selenium2Library/
My forked Branch: https://github.com/Gaurang033/Selenium2Library
Pull Request: https://github.com/robotframework/Selenium2Library/pulls/Gaurang033
this is how my branch look
git branch -vv
*feature-table-functions fecb9a6 [origin/feature-table-functions: ahead 1] incorporated comments
Now how should I update the branch and resolve the conflict and push new changes?
git pull --rebase
Current branch feature-table-functions is up to date. git status
On branch feature-table-functions Your branch is ahead of 'origin/feature-table-functions' by 1 commit. (use "git push" to publish your local commits)