Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Security as a Service
- Homomorphic Encryption
- pipelines
- IOS
- Xcode
- provisioning file path
- ObservableObject
- EnvironmentObject
- #colorLiteral
- URLSession
- ObObjective c
- MAC
- php
- AI
- 동형 암호
- 정보관리기술사
- apple intelligence
- app intents
- SwiftUI
- Data Flow Through SwiftUI
- VirtualBox
- swift
- colorLiteral
- 앱 인텐트
- HTTP
- error outputting keys and certificates
- BindableObject
- apache
- 애플인텔리전스
- URLSessionConfiguration
Archives
- Today
- Total
Project Jo
GIT 에서 Pull 진행시 충돌 해결방법 본문
GIT 에서 개발하고 있는데 다른곳에서 혹은 다른 사람이 같은 브런치에 이미 Push 를 진행한 경우 Pull 에서 에러가 발생한다.
이때 지금 개발중인 변경사항을 모두 로컬 GIT 에 임시 저장하고,
PULL 을 먼저 진행 후 다시 적용하는 방법으로 한다면 문제를 해결할 수 있다.
순서는 아래와 같다.
git stash git pull git stash pop |
자세한 내용은 git stash 를 검색해 보자.
'Developer > Tip' 카테고리의 다른 글
Provisioning Profiles Path (0) | 2021.10.19 |
---|---|
MAC Sourcetree 의 패스워드 기억 지우기 (1) | 2020.01.16 |
MAC Sourcetree 자격 증명을 업데이트하는 방법 (0) | 2019.05.08 |
Windows Server 유저 관리 (0) | 2015.10.05 |
Mac 에 SSH 접속 하기 (0) | 2014.10.15 |