Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Girhub 사용법

eunflash edited this page Sep 8, 2017 · 1 revision

우분투에서 Github 사용법

  1. Github 저장소 만들기 => 주소 복사
  2. sudo apt-get install git-core
  3. 폴더 생성 => git init
  4. git status
  5. 파일 생성
  6. `git add 파일이름
  7. `git commit -m "영어설명"
  8. `git remote add origin 저장소 주소
  9. git push origin master

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /