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-br...
HTH,
--Timo