Burninghering's Blog

마지막 Commit 날짜를 현재 날짜로 설정

git commit --amend --no-edit --date "$(date)"

 

마지막 Commit 날짜를 임의의 날짜로 설정 "" 사이에 원하는 날짜와 연도 및 시간을 기입하면 된다.

git commit --amend --no-edit --date "Mon 20 Aug 2018 20:19:19 KST"

 

 

출처 : 아래 블로그

 

git commit 날짜 바꾸기 · ksw의 삽질연대기

문제 상황 잔디 심기를 할때 특정일을 놓치는 경우 유용(?)하게 쓸수 있는 꼼수(-_-..) 방법 마지막 Commit 날짜를 현재 날짜로 설정 git commit --amend --no-edit --date "$(date)" 마지막 Commit 날짜를 임의의 날

kwonsoonwoo.github.io

 

 

profile

Burninghering's Blog

@개발자 김혜린

안녕하세요! 반갑습니다.