Hi,
git fetch --all --append updates FETCH_HEAD. I'd like this command to
update HEAD as well; is there any flag ?
I have a reason to do it; trying to implement multisite
A (master) -> B (readonly mirror) -> C (workspace)
if sitting in B; git fetch does't update HEAD
Mahesh Vaidya