Alex Hermann writes:
When in you mtree branch, 'git pull' will pull
changes from master.
alex,
thank you for your answer. i thought too that it works like than, but
it doesn't.
just to make sure, i just cloned sip-router again:
/usr/src/orig$ mkdir sip-router
/usr/src/orig$ git clone ssh://jh@git.sip-router.org/sip-router
Cloning into sip-router...
jh(a)git.sip-router.org's password:
Receiving objects: 24% (30355/123106), 14.38 MiB | 355 KiB/s
remote: Total 123106 (delta 86469), reused 117147 (delta 81991)
Receiving objects: 100% (123106/123106), 31.57 MiB | 295 KiB/s, done.
Resolving deltas: 100% (86469/86469), done.
then i created a local branch called 'jh' that tracks remote head
jh/mtree:
/usr/src/orig/sip-router$ git checkout --track -b jh remotes/origin/jh/mtree
Branch jh set up to track remote branch jh/mtree from origin.
Switched to a new branch 'jh'
then i do pull:
/usr/src/orig/sip-router$ eg pull
jh(a)git.sip-router.org's password:
Already up-to-date.
and after that lib/srdb1/schema/entities.xml does not contain the change
that i did to master this morning.
-- juha