[sr-dev] problem with tracking master
Timo Reimann
timo.reimann at 1und1.de
Thu Sep 8 11:27:19 CEST 2011
On 08.09.2011 10:16, Juha Heinanen wrote:
> a week ago i created a new head jh/mtree, which is supposed to track
> master:
>
> git checkout --track -b mtree master
> git push origin mtree:jh/mtree
>
> now when i browse that head on gitweb page, i don't see any changes done
> to master, such as the one i did today on lib/srdb1/schema/entities.xml.
Do you possibly need -u (--set-upstream) when pushing your branch to the
repo?
http://stackoverflow.com/questions/520650/how-do-you-make-an-existing-git-branch-track-a-remote-branch
HTH,
--Timo
More information about the sr-dev
mailing list