티스토리 뷰

git init
git remote add origin
명령어를 사용한다.

$ git init
Initialized empty Git repository in C:/Users/projects/path/.git/

$ git remote add origin git@github.com:user/project.git

$ git status
On branch master

Initial commit

Untracked files:
  (use "git add <file>..." to include in what will be committed)
댓글