Wednesday, August 21, 2013

Create hSNP and disease Github repository


cd hSNP_disease/ 

git init
git add *

git remote add origin  https://github.com/hongqin/hSNP_disease.git

git config http.postBuffer 209715200

git commit -m 'first'

git push --force origin master 

rwwltdsmac110:hSNP_disease hongqin$ git push  --force origin master
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (7/7), 225.04 MiB | 39.85 MiB/s, done.
Total 7 (delta 0), reused 0 (delta 0)

No comments:

Post a Comment