#git #commit #time #change #appear #personal #oof

app git-oof

A git command to change your commit time to make it appear as you committed on your personal time

1 个不稳定版本

0.1.0 2022年2月1日

#4 in #appear

自定义许可

8KB
67

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 进行提交,则该提交的时间将是 15:00。

依赖项

~10MB
~257K SLoC