e: [Bioc-devel] [External] Re: error in bioconductor package DSS
Okay, after some quick search, I did
git checkout RELEASE_3_15
git cherry-pick master
git push
Is this what I should do?
From: "Wu, Hao"
Date: Friday, September 30, 2022 at 6:08 PM
To: Vincent Carey
Cc: "bioc-devel
Okay, after some quick search, I did
git checkout RELEASE_3_15
git cherry-pick master
git push
Is this what I should do?
From: "Wu, Hao"
Date: Friday, September 30, 2022 at 6:08 PM
To: Vincent Carey
Cc: "bioc-devel@r-project.org" , Harry Feng
Subject: Re: [External] Re: [Bioc-devel] error in
Vince,
Thanks for the prompt reply. Can you provide more instruction on how I should
look at a particular branch and commit the changes to that? When I do git
clone, what branch did I get?
Hao
From: Vincent Carey
Date: Friday, September 30, 2022 at 6:06 PM
To: "Wu, Hao"
Cc: "bioc-devel@r-pr
personally i do not use cherry-pick and perhaps others will comment on its
role
i would git checkout RELEASE_3_15
make change to vignette
git commit
git push
On Fri, Sep 30, 2022 at 6:12 PM Wu, Hao wrote:
> Okay, after some quick search, I did
>
>
>
> git checkout RELEASE_3_15
>
> git cherry-