On Sat, 2015-07-11 at 11:12 +0200, Andreas Schneider wrote: > I tried to change to the stable branch via > git checkout stable-1.2.4 > but it seems a new branch has been created. What did I do wrong?
My notes on this are: Remote Branches You want to run a command like this (first do git pull): git pull git checkout -b stable-1.0.8 origin/stable-1.0.8 The part that goes "-b stable-0.8.6" creates a local branch off of the remote branch. The local branch will be called whatever you pass the -b. It was Jeremiah that educated me on this... Richard > > Andreas > > > Am 11.07.2015 um 10:35 schrieb Richard Shann: > > Andreas - the 1.2.4 release point is now labelled in git > > > > http://git.savannah.gnu.org/gitweb/?p=denemo.git;a=shortlog;h=refs/heads/stable-1.2.4 > > > > are you able to build from this for Debian? It will be good to have this > > before announcing the release, to give it a bit more testing as > > development has been continuing right up to the branch. > > > > Richard > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
