On Tue, May 06, 2014 at 04:58:10PM -0400, Scott Kostyshak wrote:
> 
> Taken from http://wiki.lyx.org/Devel/LyXGit :
> 
> git remote add features g...@git.lyx.org:features.git (read/write
> access for developers)
> git remote add features git:features.git (anonymous access for users)
> Use git fetch features (or git fetch --all) to get updates to the
> feature branches.
> 
> Then you should be able to checkout str-metrics.

Thanks. However, I have a bad recollection of git branch dances.
I prefer using the following if it achieves the same effect:

git clone g...@git.lyx.org:features.git lyx-features
cd lyx-features
git checkout str-metrics

-- 
Enrico

Reply via email to