Github 협업 공부

Reading time ~1 minute

Repository 설정

Repository에서 설정에 들어간다. setting


Collaborators 탭에서 Manage access -> Add people 진행한다. Collaborators


Repository로 돌아와서 각 Branche를 생성해준다. branche




Git(GitBash)

터미널(윈도우는 GitBash)에서 Clone해온다.

git clone https://github.com/wnsgur9137/testRepository.git

gitClone


Branche를 설정해준다.

git checkout -b [branche]

gitCheckout


git pull origin main
[수정 후]
git add *
git commit -m "~~"
git push origin wnsgur9137

Gitpporter Privacy

Published on January 02, 2023

(PillSoGood) 지원

Published on November 20, 2022