-
Notifications
You must be signed in to change notification settings - Fork 0
Girhub 사용법
eunflash edited this page Sep 8, 2017
·
1 revision
우분투에서 Github 사용법
- Github 저장소 만들기 => 주소 복사
sudo apt-get install git-core- 폴더 생성 =>
git init git status- 파일 생성
- `git add 파일이름
- `git commit -m "영어설명"
- `git remote add origin 저장소 주소
git push origin master