[Git] 변경, 삭제된 파일 복구 시나리오
1. working directory를 마지막 push 시점으로 되돌리기 2. working directory를 이전 commit 시점으로 되돌리기 3. 특정 시점 특정 파일을 restore 1. working directory를 마지막 push 시점으로 되돌리기 git reset --hard origin/main # /, hard 옵션을 통해 working directory를 복구 reset 옵션 3가지 soft -> hard 순으로 영향 범위가 넓어진다. 1.--soft : branch ref 2.--mixed (default) : index 3.--hard : working directory 2. working directory를 이전 commit 시점으로 되돌리기 특정 파일 삭제 후 커밋 git ..
Git
2022. 7. 20. 18:00
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Oracle Database 19c install
- Oracle Database 19C 설치
- postgresql on update current_timestamp
- rest api 조회 생성 수정 삭제
- 티스토리챌린지
- oracle 19c 설치
- postgresql 수정시간 자동 갱신
- 강서 운전면허 시험장
- rest api 단건 다건
- epel/x86_64
- postgresql trigger
- component auto import
- 외래키 인덱스 생성 구문 쿼리
- vue 컴포넌트 자동 import
- epel repo
- mariadb 외래키 조회
- vue 전역 컴포넌트 설정
- 외래키 생성
- 스파르타 코딩클럽
- 1종 적성검사
- postgresql 외래키
- postgresql 트리거
- 오블완
- 1종 적성검사 과태료
- rest api crud
- 1종 적성검사 국가건강검진
- 외래키 삭제
- unplugin-auto-import
- 1종 적성검사 신체검사
- express crud
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함