티스토리 뷰
git branch를 지워버렸을때 복구하는 법에 대해서 알아봅시다.
다음과 같이 하면 되긴 합니다.
1 2 3 | $ git branch # check $ git reflog $ git checkout -b [deleted-branchName] HEAD@{number} | cs |
이유는 git은 사실 모든 동작을 파일로 만들어 둔다고 합니다.
그래서 새로 commit하거나 branch를 변경하는 작업을 하여도 reflog는 늘어나게 됩니다.
git update-ref를 사용하여서 남길수도 있다고 합니다.
참조 : https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EB%82%B4%EB%B6%80-%EC%9A%B4%EC%98%81-%EB%B0%8F-%EB%8D%B0%EC%9D%B4%ED%84%B0-%EB%B3%B5%EA%B5%AC
'Version Control' 카테고리의 다른 글
git. rebase --onto (0) | 2019.06.27 |
---|---|
git. cherry-pick을 해봅시다 (0) | 2019.06.27 |
git. stash 실수로 없앴을때 복구 (2) | 2019.03.20 |
git. rebase -i 이용하기. 커밋을 합치기 (0) | 2018.12.24 |
git. commit, add, pull, merge 취소 (2) | 2018.12.21 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- war
- Codable
- rxswift
- tomcat
- centos8
- Python
- intellij
- windows10
- CentOS
- Xcode
- ios
- Java
- Spring
- ubuntu
- enum
- cocoapods
- Gradle
- docker
- Linux
- Windows
- android
- Kotlin
- php
- github
- git
- nodejs
- go
- SWIFT
- MySQL
- golang
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함