git commit历史提交
GitHub热度图的365天中漏掉一天,想要补签卡? git commit --date了解一下
使用git自定义时间的提交格式:
1 | |
-am 会执行add 和 merge 这两个命令
比如十天前的推送
git可以读懂人类语言!
1 | |
如果我要把日期修改为 1999.9.9那么我可以使用下面代码
1 | |
创建空提交
1 | |
月份缩写
1 | |
本文参考:
https://stackoverflow.com/questions/3895453/how-do-i-make-a-git-commit-in-the-past
https://stackoverflow.com/questions/23609991/git-github-commit-at-past-date/34639957#34639957
git commit历史提交
https://siggraph.pages.dev/post/2022/git-commit/