I was facing serious problem earlier. Problem is that GitHub Pull Request showing files changes rewritten all files except the some changes made in existing file.
I am using Visual Studio 2015 for commit and fetch changes, and using Command window for git pull. If anything need more clarity, please let me know.
Steps followed:
git checkout APPROVED
(My origin branch)git pull APPROVED
(My origin branch)git checkout -b in###
(Created a local branch for urgent fix )Start work Then...
before publish to GitHub...
git pull APPROVED
(My origin branch)git checkout in###
(Local branch )git merge APPROVED
Commit and publish
complete testing and make pull request into indev