Re: [PATCH] download.txt: No more Cogito. Describe branches.
"Thomas Adam" <[email protected]>
| Newsgroups | gmane.comp.web.links |
|---|---|
| Message-ID | <[email protected]> |
On 04/08/07, Kalle Olavi Niemitalo <[email protected]> wrote: > I am not entirely satisfied with the result. > Can someone with good English or Git skills check this? I discussed this with you on IRC, I remember, but got side-tracked because no one was able to clone the repository properly. This is what you get for using dumb protocols such as HTTP to do the damn transfer. > -You can also get the latest *stable* development version via GIT. Note that > -development in the stable branch is more slow and mostly involves backporting > -of bug fixes. Just do this: > + % git checkout --track -b elinks-0.12 origin/elinks-0.12 Yes, although generally speaking: git-config --global autosetupmerge true before you track a remote branch means that the "--track" option is redundant. -- Thomas Adam