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