1 个不稳定版本
0.0.1 | 2023年12月28日 |
---|
#23 在 #blueprint
17KB
git out of office (git-oof)
在办公时间工作公共项目?试图让您的提交看起来像是在非工作时间完成的?那么这就是您需要的!
git-oof
将更改您的提交时间,使其看起来像您在非工作时间完成的。
安装
cargo install git-oof
配置
显示默认值
# The start of your workday
git config oof.start 09:00
# The end of your workday
git config oof.end 18:00
# The days during which git-oof must be active
git config oof.days Mon,Tue,Wed,Thu,Fri
使用方法
git oof <your git command>
它只是作为您其他git命令和别名的代理,所以只需在它们前面加上 oof
即可。
内部工作原理
git-oof
将将一天缩短,以使您的提交适合在非工作时间。例如,如果您的工作时间是00:00至12:00,并且在03:00进行提交,则此提交的时间将为13:30。