Re: [O] Where is the git master branch?

2014-07-30 Thread Achim Gratz
Sharon Kimble writes: >> The 'master' branch is the development/unstable branch. The stable >> branch is called 'maint'. > > Ok, so what is the command for the "maint" branch then please? You'd say git checkout maint on the command line or just define GIT_BRANCH=maint in your local.mk and keep

Re: [O] Where is the git master branch?

2014-07-30 Thread Sharon Kimble
Nicolas Richard writes: > Sharon Kimble writes: >> If "git clone git://orgmode.org/org-mode.git" gets the development >> branch of org-mode, what is the git command to get the master branch >> please? I've been looking on http://orgmode.org/ but can't see any >> reference for it. > > The 'master

Re: [O] Where is the git master branch?

2014-07-30 Thread John Kitchin
After you have the repo, run this to get on the master branch. > git checkout master and > git checkout maint to get back to maint. Nicolas Richard writes: > Sharon Kimble writes: >> If "git clone git://orgmode.org/org-mode.git" gets the development >> branch of org-mode, what is the git

Re: [O] Where is the git master branch?

2014-07-30 Thread Nicolas Richard
Sharon Kimble writes: > If "git clone git://orgmode.org/org-mode.git" gets the development > branch of org-mode, what is the git command to get the master branch > please? I've been looking on http://orgmode.org/ but can't see any > reference for it. The 'master' branch is the development/unstabl

[O] Where is the git master branch?

2014-07-30 Thread Sharon Kimble
If "git clone git://orgmode.org/org-mode.git" gets the development branch of org-mode, what is the git command to get the master branch please? I've been looking on http://orgmode.org/ but can't see any reference for it. Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk my git repo