부스트코스로 진행하고 있는 iOS 첫 프로젝트를 github에 연결해보겠다. 우선, 프로젝트 상태는 시작했을 때 아래의 Create Git repository on my Mac 을 체크한 상태이다. 1. xcode에 github 계정 연동 Xcode - preferences - Accounts 에서 왼쪽 아래 + 버튼을 누른다. github 계정 이메일과 토큰을 입력한다. (토큰은 https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token 을 참고하여 만들었다.) 그 다음 오른쪽에 있는 Source Control - git 에서 계정 정보를 입력한다. 2. git commit and push Sour..