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
- Windows
- grep
- netsh
- 단축키
- Quartz
- 줄바꿈 문자
- import
- bash
- lsof
- IntelliJ
- 네트워크
- profile
- JavaScript
- GIT
- xargs
- Source
- port
- Eclipse
- tomcat
- find
- vscode
- resource
- plugin
- Windows 10
- Mac
- VirtualBox
- context
- ssh
- web.xml
- maVen
Archives
- Today
- Total
develog
[git] checkout commit 본문
특정 커밋 시점으로 보기
# 특정 커밋으로 이동
git checkout 7b98e88
# 원래 커밋으로 복귀
git switch -
'Dev > git' 카테고리의 다른 글
[git] reset (0) | 2022.04.03 |
---|---|
[git] revert (0) | 2022.04.03 |
[git] master >R> (0) | 2022.03.31 |
[git] github commit 메시지 수정 (0) | 2022.03.14 |
[git] config 기본 셋팅 (0) | 2022.02.17 |
Comments