[Bioc-devel] Cherry picking error - SiPSiC package

2023-08-14 Thread Daniel Davis
Hello everyone, I would like to update the description of the released version of my package. Following the developer guide, I executed the git checkout and pull commands on the devel branch, changed the description file as necessary, then committed and pushed it - everything was fine. However, wh

Re: [Bioc-devel] Cherry picking error - SiPSiC package

2023-08-14 Thread Daniel Davis
instead. Where "SHA" is the commit > hash in devel branch. This way you will cherry-pick only your particular > commit. > > - git reset --hard > - git switch devel > - git log --oneline -1 # to get the SHA > - git switch RELEASE_3_17 > - git pull --rebase > - g