1. 프로젝트 생성
2. 다른 공간에 폴더를 생성.
3. 터미널 열고 생성한 폴더로 위치.
$ cd /Users/benoit/Desktop/SufferDB/Projects/sufferdb
4. 터미널에서 git 명령어 입력
$ git config --global user.name "user id"
$ git config --global user.email "user email"
$ git clone 'git url'
해당 폴더에 .git 이 생성된게 보인다.
5. 해당 폴더에 프로젝트를 이동시키기
6. 이동시킨 프로젝트를 열고 Commit 및 Push
'iOS > Etc' 카테고리의 다른 글
Xcode Provisioning Profiles 삭제 (0) | 2021.08.25 |
---|---|
맥북에 폰 연결이 끊어졌다를 반복할 때 (0) | 2021.07.15 |
SPM(Swift Package Manager)을 이용해보자. (0) | 2021.04.19 |
Carthage 설치하기 (0) | 2021.04.17 |
SceneDelegate 제거하기. (0) | 2021.04.12 |