Quick setup — if you’ve done this kind of thing before
We recommend every repository include a README, LICENSE, 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
'devel > etc' 카테고리의 다른 글
Makefile - target doesn't match the target pattern (0) | 2017.02.16 |
---|---|
odroid c2 gpio ioctl controll (0) | 2016.11.22 |
Ubuntu 14.04.3 LTS server 에 gui 최소 설치하기 (0) | 2016.11.07 |
android studio 패키지 이름, 어플리케이션 이름 바꾸기 (0) | 2016.10.28 |
beaglebone black device tree generator (0) | 2016.10.27 |