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
- Source
- lsof
- vscode
- find
- import
- plugin
- tomcat
- Windows
- context
- Eclipse
- bash
- profile
- maVen
- IntelliJ
- GIT
- Mac
- grep
- 단축키
- Windows 10
- VirtualBox
- xargs
- netsh
- resource
- web.xml
- port
- Quartz
- ssh
- JavaScript
- 줄바꿈 문자
- 네트워크
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