Tuesday, July 23, 2013

GitHub for ORAU R tutorial


Create ORAU-R on GitHub website.
https://github.com/hongqin/ORAU-R

Locally,
$ cd  /Users/hongqin/github/ORAU-R
$ git init
Initialized empty Git repository in /Users/hongqin/dropbox/courses.student.research.dp/ORAU-R/.git/
$ git add *


$ git remote add origin https://github.com/hongqin/ORAU-R.git
$ git push --force origin master 



$ git config http.postBuffer 209715200

Username for 'https://github.com': hongqin
Password for 'https://hongqin@github.com': 
Counting objects: 76, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (76/76), done.
Writing objects: 100% (76/76), 11.67 MiB | 4.30 MiB/s, done.
Total 76 (delta 6), reused 0 (delta 0)
To https://github.com/hongqin/ORAU-R.git
 + d602d3b...260adfb master -> master (forced update)


No comments:

Post a Comment