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 |
29 | 30 | 31 |
Tags
- 클라우드 서비스
- JavaScript
- 독후감
- 콜미동구
- Mapper
- git push
- java
- MySQL
- 기록하는 동구
- 책
- 자바스크립트
- git
- 동구
- Xcode
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Mac
- 줄거리
- 클라우드 서비스 특징
- 서평
- SpringBoot
- 파이썬 웹크롤링
- spring
- 에러
- 깃
- 데이메이커
- 자바 파일업로드
- Swift
- 오류
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 한줄평
Archives
- Today
- Total
인생은 속도가 아니라 방향이다
[Git]-SourceTree 에서 Remote에 있는 브랜치 상태 갱신방법 본문
반응형
프로젝트를 Master에 배포하고나서 branch들을 정리 할때 SourceTree에는 삭제된 branch가 그대로 노출된다.
이럴때는 SourceTree상단의
Repository(저장소) -> Fetch -> Prune tracking branches no longer present on remotes 눌러주면된다.
본인이 직접 자신의 pc에서 원격 Repository를 삭제한 경우는 상관없으나,
같은 원격 Repostiory를 보고있는 다른 사람이 먼저 삭제를 했을경우, 내 로컬 SoruceTree는 기존 Origin Repositroy의 전체내용을 복사하여 가지고있기 때문이다.
prune : (가지를) 잘라내다.
반응형
'형상관리 > Git' 카테고리의 다른 글
[Git] .gitignore 가 적용 안될때 해결방법! (2) | 2021.01.17 |
---|---|
[Git] ! [rejected] master -> master (fetch first) 에러 해결 (7) | 2020.10.26 |
[Git] 원격저장소에 푸시가 안될때 Updates were rejected because a pushed branch tip is behind its remote counterpart. (0) | 2020.02.03 |
[Git] Git, GitLab에서 특정 브랜치만 클론하는 방법 (0) | 2020.02.02 |
[Git] fatal: remote origin already exists. 에러 뜰때 해결방법 (0) | 2020.01.30 |
Comments