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
- import
- Source
- Windows
- bash
- xargs
- GIT
- vscode
- grep
- lsof
- ssh
- VirtualBox
- plugin
- 네트워크
- IntelliJ
- Eclipse
- profile
- Mac
- Quartz
- 단축키
- context
- web.xml
- maVen
- 줄바꿈 문자
- find
- tomcat
- Windows 10
- resource
- port
- netsh
- JavaScript
Archives
- Today
- Total
목록2024/07/18 (1)
develog
[git] error: unable to delete 'develop': remote ref does not exist, 원격 브랜치 삭제 오류
원격 브랜치 삭제 시도시 아래 오류가 발생# 원격 브랜치 삭제 시도$ git push origin --delete developerror: unable to delete 'develop': remote ref does not exist git fetch --prune 으로 최신 상태로 갱신하고 다시 확인한다# 로컬의 원격 브랜치 목록을 최신 상태로 갱신한다git fetch --prune# 브랜치 목록을 다시 확인한다git branch -a
카테고리 없음
2024. 7. 18. 22:10