1. 程式人生 > >Github remote repository command reminder

Github remote repository command reminder

remote repository

a . SSH settings: ssh-keygen -t rsa -C "[email protected]"

b. create a new repository at GIthub.com

c. git remote add origin [email protected]:drsunlei/tsalearn.git

git remote add origin https://github.com/drsunlei/tsalearn.git

d. git push -u origin master

e. git push origin master

f. clone: git clone [email protected]:rouseguy/TimeSeriesAnalysiswithPython.git