일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ReactJS
- ubuntu
- Oracle
- devops
- laravel
- 요리
- php
- java
- jenkins
- Spring Batch
- jsp
- Git
- db
- Web Server
- redis
- javascript
- Spring
- elasticsearch
- tool
- Design Patterns
- IntelliJ
- JVM
- springboot
- Gradle
- linux
- Spring Boot
- AWS
- it
- 맛집
- MySQL
Archives
- Today
- Total
아무거나
특정시점으로 되돌리고 그 후에 작업내용들 전부 지우기 본문
반응형
git reset --hard [HEAD id] // 특정 시점으로 리셋 시킨다
git push origin {branch name} --force // 선택한 시점에서 강제로 push를 보낸다
git push origin {branch name} // 일반 push를 한번 더 보낸다
반응형
'Infra > Git & SVN' 카테고리의 다른 글
git status에 deleted 된 파일들 한번에 지우고 반영하기 (0) | 2019.03.08 |
---|---|
warning: LF will be replaced by CRLF in 에러 (0) | 2019.03.08 |
[sourcetree] 클론과 브랜치 스위칭 (0) | 2019.03.08 |
git pull tracking 정보 관련 에러 (0) | 2019.03.08 |
fatal: empty ident name (for <(null)>) not allowed (0) | 2019.03.08 |
Comments