728x90
퇴근 하기 전에 커밋을 하고 가야하는데 가아끔 깜빡하고 그냥 집에 갈 때가 있다
그럴 때는 커밋을 아래와 같이 하면 된다고 한다
GIT_AUTHOR_DATE=2022-05-13T12:00:00 GIT_COMMITTER_DATE=2022-05-13T12:00:00 git commit -m "commit..!"
728x90
'Git' 카테고리의 다른 글
[error] husky - pre-commit hook exited with code 1 / Code style issues found in the above file(s). Forgot to run Prettier? (0) | 2022.09.21 |
---|---|
Git branch strategy, 깃 브랜치 관리 전략 공부 (0) | 2022.08.20 |
git reset 옵션, git checkout (0) | 2022.08.20 |
git rebase (0) | 2022.08.19 |
git merge 중단하는 방법 (0) | 2022.08.19 |