[Qgis-community-team] git commands

Alexander Bruy alexander.bruy at gmail.com
Tue Feb 26 22:42:55 PST 2013


Hi Matteo,

On Tue, 26 Feb 2013 19:27:09 +0100
matteo <matteo.ghetta at gmail.com> wrote:

> Now, because the files are up to date all the time, what are the
> command for synchronizing my work directory with the translator
> leader?

if I understand you correctly, you need to add repo of your team
lead as remote to your local copy using

git remote add upstream git at github.com:...

Then, assuming that "upstream" is linked to team lead repository,
use

git fetch upstream

to obtain updates. And apply them to your branch with

git rebase upstream

Also I suggest to read excellent Git manual here
http://git-scm.com/book/

Hope this helps

-- 
Alexander Bruy


More information about the Qgis-community-team mailing list