Skip to content

Instantly share code, notes, and snippets.

View bishwajeet0771's full-sized avatar

bishwajeet0771

View GitHub Profile
First Do this ...
git fetch origin master
git merge master
Then, do this ...
git fetch origin master:tmp
git rebase tmp
git push origin HEAD:master