2 Answer
just follow below step to overcome this issue.......!
git checkout master
# gitmerege origin/master --allow-unrelated-histories
# git add filename .
# git commit
# git push origin master
The Following Commands will help Fixing the Issue
#gitmerege origin/master --allow-unrelated-histories
#git add filename .
#git commit
#git push origin master
Your Answer