[컴] local 에서 git init 후 remote git repository 연결

git 에 연결 / 원격 repository 에 연결하는 방법 / command line 연결 / git 사용법 /git 연결 / git init

local 에서 git init 후 remote git repository 연결

local 에 empty git repository 생성

C:\ptt>git init
Initialized empty Git repository in C:/ptt/.git/

remote(origin) git repository 를 연결

C:\ptt>git remote add origin https://github.com/mygitid/pytorchtest
...
C:\ptt>git flow init
...

origin 에 new branch 반영

# origin(remote) 에 develop branch 에 대한 upstream reference 를 만들어라.
C:\ptt>git push --set-upstream origin develop

See Also

  1. [컴] git-lfs 사용하기
  2. [컴] git flow 자료들
  3. [컴] git rebase 설명
  4. [컴][툴] GitLab Flow



댓글 없음:

댓글 쓰기