[Xcode] Github에 Xcode 프로젝트 올리기 (push 하기)


[Xcode] Github에 Xcode 프로젝트 올리기 (push 하기)

Xcode -> Settings -> Accounts +로 Github 계정 추가. Token 생성은 하단의 Create a Token on Github로 진행하면 된다. 계정 추가 완료 후 Integrate -> New Git Repository... 만약에 프로젝트 처음 생성 시 git repository도 같이 생성으로 진행했으면 아래와 같이 이미 source control이 됐다고 뜬다. 좌측 Source Control Navigator 클릭 Repositories -> 앱 이름 우클릭 -> Remote 항상 깃허브에서 설정하던 대로 진행해 준다. 여기까지 진행하면 깃허브에서 repository 생성이 완료됐을 것이다. 하지만 위 사진과 같이 init 당시의 repo만 올라갔지 그동안 변경했던 부분은 아직 push를 해줘야 한다. commit & push 작업 진행. Integrate에 필요한 명령들이 다 있으니 이대로 진행하면 된다. repo에도 commit & push 된...


#git #github #gitpush #push하기 #xcode #깃허브 #프로젝트 #프로젝트올리기

원문링크 : [Xcode] Github에 Xcode 프로젝트 올리기 (push 하기)