Skip to content
Prev 13611 / 21312 Next

[Bioc-devel] EXTERNAL: Re: Cannot update my development package to Bioconductor

Dear Nitesh,

Thank you for pointing me to the website how to resolve the conflict.
I hope that now everything is ok.

For the records, here is what I did:

$ cd /Volumes/T3Data/CRAN/GIT/xps

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
   (use "git add <file>..." to include in what will be committed)

         .DS_Store
         xps/

nothing added to commit but untracked files present (use "git add" to track)

$ git add DESCRIPTION
$ git commit -m "Fixed conflicts in version change"
[master 0d3ccd0] Fixed conflicts in version change
  1 file changed, 4 deletions(-)

$ git push origin master
Enter passphrase for key '/Users/cstrato/.ssh/id_rsa':
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 324 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To github.com:cstrato/xps.git
    4121457..0d3ccd0  master -> master

$ git push upstream master
Enter passphrase for key '/Users/cstrato/.ssh/id_rsa':
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 324 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
To git.bioconductor.org:packages/xps
    4121457..0d3ccd0  master -> master

# check in Firefox
https://github.com/cstrato/xps


Best regards,
Christian
On 05/15/18 14:50, Turaga, Nitesh wrote: