Re: origin/branchname and tracking branch pointing to different commits?
From: Thomas Rast <hidden> Date: 2016-06-15 22:47:58
Eugene Sajine wrote:
$git pull origin qa
[...]
So, generally, speaking qa branch is fine and is in synch with the
remote mainline, but the state of local origin/qa is not clear.
'git pull $remote $branch' does not update the $remote/$branch
remote-tracking branch; it stores in FETCH_HEAD and merges straight
from there.
--
Thomas Rast
trast@{inf,student}.ethz.ch