Deficiency in Git Walkthrough for translators http://live.gnome.org/GitMigration/Translators

2009-02-19 Thread Александър Шопов
Hi guys, As far as I understand following the instructions there will make me push to HEAD of master of the repositories on git.gnome.org However between releases Bulgarian team makes bugfixes to both the development release (master) and to the stable release - some number-dot-even-number branch.

Re: Deficiency in Git Walkthrough for translators http://live.gnome.org/GitMigration/Translators

2009-02-20 Thread Simos
Hi Александър, Indeed, we need to add a section for branches. Here is a draft (comments welcome, especially that can simplify the explanation): When you clone a repository with ```git clone```, you download the necessary files for what we used to call HEAD only. This is shown by default as ```m

Re: Deficiency in Git Walkthrough for translators http://live.gnome.org/GitMigration/Translators

2009-02-20 Thread Emmanuele Bassi
On Fri, 2009-02-20 at 09:59 +, Simos wrote: > When you clone a repository with ```git clone```, you download the > necessary files for what we used to call HEAD only. no, this is not correct; when you clone you effectively download the entire remote repository locally. saying that you only d

Re: Deficiency in Git Walkthrough for translators http://live.gnome.org/GitMigration/Translators

2009-02-20 Thread Simos
Thanks Emmanuele for the correction. I updated http://live.gnome.org/GitMigration/Translators with the following 1. Added section on branches 2. Added section on initial configuration of your git. This is quite important, because in the initial configuration, you specify your name and e-mail addre

Re: Deficiency in Git Walkthrough for translators http://live.gnome.org/GitMigration/Translators

2009-02-20 Thread Sven Herzberg
Hi, Am Freitag, den 20.02.2009, 12:30 + schrieb Simos: > I updated http://live.gnome.org/GitMigration/Translators > with the following > 1. Added section on branches > 2. Added section on initial configuration of your git. > This is quite important, because in the initial configuration, you >