origoni's Blog from Millky

origoni의 스프링 블로그 입니다.

origoni.github.com

Quick setup — if you've done this kind of thing before


 Set up in Desktop or 

We recommend every repository include a READMELICENSE, and .gitignore.


Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/origoni/origoni.github.com.git
git push -u origin master

Push an existing repository from the command line

git remote add origin https://github.com/origoni/origoni.github.com.git
git push -u origin master



12/24 2013 19:07:08
별이닷넷 12주년
back to top