|
From: | grischka |
Subject: | Re: [Tinycc-devel] Re: Cleaning mob [Was Several patchs from Debianpackaging] |
Date: | Wed, 21 Apr 2010 17:40:09 +0200 |
User-agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |