Thursday, 19 September 2013

Issue with git pull master is out of sync with origin master

Issue with git pull master is out of sync with origin master

These are the sequence of steps i have performed 1. committed my changes
in branch to local master (commit id dc9afg2k) 2. git fetch origin master
&& git merge origin master 3. git checkout master 4. git pull (this pulled
all recent changes) 5. git fetch origin master && git merge origin master
6. git reset --hard origin/master 7. git checkout branch 8. git blog

No comments:

Post a Comment