This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
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)
Labels:
github
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment