728x90
반응형
개요
잔디 심기를 할때 특정일을 놓치는 경우 유용(?)하게 쓸수 있는 꼼수(-_-..)
방법
1. 마지막 Commit 날짜를 현재 날짜로 설정
git commit --amend --no-edit --date "$(date)"
2. 마지막 Commit 날짜를 원하는 날짜로 설정
git commit --amend --no-edit --date "Mon 20 Aug 2018 20:19:19 KST"
"$(date)" 부분에 원하는 날짜와 연도 및 시간을 기입하면 된다.
Reference
728x90
반응형
'프로그래밍 > ETC' 카테고리의 다른 글
[Intellij IDEA] - Invalidate Caches / Restart (0) | 2020.02.24 |
---|---|
[Intellij IDEA] - 빌드 에러 Error running 'Unnamed': Command line is too long. Shorten command line for Unnamed or also for Spring Boot default configuration. (0) | 2020.02.21 |
다시 읽고 싶은 개발 관련 포스팅(지속 업데이트) (0) | 2020.02.17 |
jekyll blog에서 css가 적용이 안될때 해결법 (4) | 2020.02.14 |
Atom 터미널 패키지 설치 (0) | 2020.02.11 |