소스트리를 열어줍니다. Stop Tracking 선택 커밋 끝 추가 터미널에서 안되는 이유 아래와 같은 방법으로 많이 나와있는데요. 이게 내 디렉토리 구조랑 달라서 안될 수 있습니다. git rm --cached [Project Name].xcworkspace/xcuserdata/[User Name].xcuserdatad/UserInterfaceState.xcuserstate 이렇게 패키지 내용 보기에서 들어가보면 UserInterfaceState.xcuserstate 가 있는데요. 들어가서 이 주소 복사한 뒤 [여기에] ([] 제거) 넣어주시면 됩니다. git rm --cached [여기에]
gitignore 생성해주는 사이트 https://gitignore.io gitignore.io Create useful .gitignore files for your project www.toptal.com swift, xcode, cocoapods 등 키워드 입력 터미널에서 작업합니다. 1. vim .gitignore 입력 2. i 입력 (insert) 3. 아래 내용 복사 붙여넣기 # Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods # Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods ### CocoaPo..
1. main선택 2.브랜치에서 병합 3. 충돌 발생 4. >>>>는 삭제해야함 5. 수동으로 바꿔줬음 6. 커밋하기 7. 커밋 결과 8. 푸시하기 9. 푸시 결과 10. 필요 없는 브랜치는 삭제 해도 무방 Fast-forward 1. 새로운 브랜치 생성 2. v3생성 3. 새로운 내용 커밋 4. main으로 돌아가고 병합 5. 병합 결과 6. 푸시하기 7. 푸시 결과 참고 www.youtube.com/watch?v=teW1KmqHb9I