BTW, I did the following:

git clone https://github.com/kasperdanielhansen/minfi.git
cd minfi
~/dev/github/mirrors/update_remotes.sh # this is where I have cloned 
https://github.com/Bioconductor/mirror.git
git branch -a

dtenenba@loquat minfi (master)$ git branch -a
  devel
* master
  release-3.0
  release-3.1
  release-3.2
  remotes/bioc/master
  remotes/bioc/release-3.0
  remotes/bioc/release-3.1
  remotes/bioc/release-3.2
  remotes/git-svn-devel
  remotes/git-svn-release-3.0
  remotes/git-svn-release-3.1
  remotes/git-svn-release-3.2
  remotes/origin/HEAD -> origin/master
  remotes/origin/master
  remotes/origin/vignette

So if you want to work on release-3.2, all you have to do is:

git checkout release-3.2

Dan


----- Original Message -----
> From: "Dan Tenenbaum" <dtene...@fredhutch.org>
> To: "Kasper Daniel Hansen" <kasperdanielhan...@gmail.com>
> Cc: "bioc-devel" <bioc-devel@r-project.org>
> Sent: Friday, February 19, 2016 9:32:42 AM
> Subject: Re: [Bioc-devel] github mirror

> What is the URL of your github repository?
> Dan
> 
> 
> ----- Original Message -----
>> From: "Kasper Daniel Hansen" <kasperdanielhan...@gmail.com>
>> To: "bioc-devel" <bioc-devel@r-project.org>
>> Sent: Friday, February 19, 2016 9:20:33 AM
>> Subject: [Bioc-devel] github mirror
> 
>> So I need to commit a bug fix to the release branch.  But right now, on my
>> local copy of minfi, all I have is
>> 
>> git branch
>>  devel
>> * master
>>  release-3.0
>>  release-3.1
>> 
>> How do I get the release-3.2 branch here?
>> 
>> Best,
>> Kasper
>> 
>>      [[alternative HTML version deleted]]
>> 
>> _______________________________________________
>> Bioc-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/bioc-devel
> 
> _______________________________________________
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to