[HarfBuzz] harfbuzz-ng: Branch 'master'
Tom Hacohen
tom.hacohen at partner.samsung.com
Tue Aug 2 07:22:05 PDT 2011
On 02/08/11 17:17, Shriramana Sharma wrote:
> I'm trying to update my local copy of HB since Behdad is doing more
> commits, but doing git fetch is still silent and my repo (according to
> git log) is still standing at commit
> 5e72071062c015237b79fbd0521341a63166a204
>
> Please tell me what I am doing wrong...
git fetch only fetches the commits to the local cache, it doesn't merge
them into your local branch.
run "git pull --rebase"
It fetches and merges (and tries to rebase any local changes on top of
the branch) everything from upstream to the local branch.
--
Tom.
More information about the HarfBuzz
mailing list