2016. 11. 16. 14:13 devel/etc

git 예시


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

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





…or create a new repository on the command line

echo "# weird_while" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/chocokeki/weird_while.git
git push -u origin master


…or push an existing repository from the command line

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


Posted by 쵸코케키

블로그 이미지
chocokeki
쵸코케키

공지사항

Yesterday
Today
Total

달력

 « |  » 2025.7
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

최근에 올라온 글

최근에 달린 댓글

글 보관함