Timo VJ Lähde wrote:
What is the best way to keep local mob up to date ?
What git commands i should give ?
What config settings are usable ?

I use "git fetch origin".

The setting in .git/config to make this work, is:

[remote "origin"]
        url = git://repo.or.cz/tinycc.git
        fetch = +refs/heads/*:refs/remotes/origin/*

If you cloned from repo.or.cz initially, you already have that.

I use "gitk --all" and "git gui" for most things, and command line for
rebase or push.

--- grischka


--Timppa



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to