[coreboot] Git

Peter Stuge peter at stuge.se
Fri Mar 8 16:28:27 CET 2013


Wolfgang Kamp - datakamp wrote:
> I solved my first problem with git rebase -i.

Ok!

> Now git show and git log origin/master.. are synchronized.

Ok, that isn't absolutely neccessary, but it does mean that your
current branch has only one commit which is not already on the
server. (Sometimes one wants to push multiple commits at once.)


> Next will be git config remote.origin.url ssh://...
> and git config remote.origin.push HEAD:refs/for/master.
> Last step should be git push origin.

Yes, that should work.


> If I do that it counts 70368 objects with 3.64 MiB, but I will
> commit only one little source file.
> What happens here?

I'm not sure. Could you send the full output from the git push
command?


//Peter



More information about the coreboot mailing list