我在之前修改了一个文件,但是没有commit,现在我想要commit,日期为那天的日期
git commit --date="月 日 时间 年 +0800" -am "提交"
git commit --date="May 7 9:05:20 2016 +0800" -am "提交"
我在之前修改了一个文件,但是没有commit,现在我想要commit,日期为那天的日期
git commit --date="月 日 时间 年 +0800" -am "提交"
git commit --date="May 7 9:05:20 2016 +0800" -am "提交"