i'm in branch 'master' and pull it to up to date:
jh@rautu:/usr/src/orig/sip-router$ eg switch master
Already on "master"
Your branch is behind the tracked remote branch 'origin/master' by 283 commits,
and can be fast-forwarded.
jh@rautu:/usr/src/orig/sip-router$ eg pull
remote: Counting objects: 176, done.
remote: Compressing objects: 100% (108/108), done.
remote: Total 109 (delta 70), reused 0 (delta 0)
Receiving objects: 100% (109/109), 45.86 KiB, done.
Resolving deltas: 100% (70/70), completed with 29 local objects.
From ssh://jh@git.sip-router.org/sip-router
ea1f8a2..77523f3 andrei/cdefs2doc -> origin/andrei/cdefs2doc
e6eceeb..f572564 kamailio_3.0 -> origin/kamailio_3.0
73655cc..482db59 master -> origin/master
b0853ed..0e1baf0 sr_3.0 -> origin/sr_3.0
* [new branch] tmp/pipelimit -> origin/tmp/pipelimit
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 482db59aa2788737d9c6c0294a625bd3002d54c3.
i then switch to another branch, say 'kamailio_3.0', and it tells me:
jh@rautu:/usr/src/orig/sip-router$ eg switch kamailio_3.0
Switched to branch "kamailio_3.0"
Your branch is behind the tracked remote branch 'origin/kamailio_3.0' by 1
commit,
and can be fast-forwarded.
how can i do this 'fast-forwarding' without pulling again in this
branch?
-- juha