Skip to content
Prev 11996 / 21307 Next

[Bioc-devel] EXTERNAL: Unexpected message when using 'git commit'

Dear Turaga,

Thank you for your comments.

Regarding 'COMMIT_EDITMSG' I have just found a link, which explains the 
contents of the '.git' directory:
http://gitready.com/advanced/2009/03/23/whats-inside-your-git-directory.html



Meanwhile, my changes to 'xps' were finally uploaded to:
http://bioconductor.org/checkResults/devel/bioc-LATEST/xps/



Finally I was able to upload the 'xps' code to:
https://github.com/cstrato/xps

by running:
$ git push -u origin master
Enter passphrase for key '/Users/rabbitus/.ssh/id_rsa':
Counting objects: 2552, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (707/707), done.
Writing objects: 100% (2552/2552), 5.61 MiB | 101.00 KiB/s, done.
Total 2552 (delta 1902), reused 2451 (delta 1829)
remote: Resolving deltas: 100% (1902/1902), done.
To github.com:cstrato/xps.git
  * [new branch]      master -> master
Branch master set up to track remote branch master from origin.



It seems that finally my adventure of moving from cvs to git did 
succeed. Thank you and Martin for your help.

Best regards,
Christian


P.S.:
I found the following useful sites which are also part of your 'Helpful 
links' as 'git-scm manual':

- Git-Reference:
https://book.git-scm.com/docs

- Git-Book:
https://book.git-scm.com/book/en/v2
On 10/17/17 15:14, Turaga, Nitesh wrote: