message no. 156899
Posted by spal in #github at 2016-11-17T15:02:24Z
okay. thanks. I am wondering why https://help.github.com/articles/syncing-a-fork/ suggests the three command approach (git fetch upstream; git checkout master; git merge upstream/master). Is there any advantage in using these three commands instead of my shortened two commands?