Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 555 Bytes

git-midnight.adoc

File metadata and controls

21 lines (12 loc) · 555 Bytes

git-midnight(1)

Name

git-midnight - like git-commit(1) but fake the date to midnight

Synopsis

git-midnight [OPTIONS]

Options

git-midnight takes the same options as git-commit(1)

Description

git-midnight commits to fake the commit date and force it to midnight today. This can be used to hide the real commit date for privacy.

It’s possible to pass --amend to modify the date of the last commit, just like it could be passed to git-commit(1). Options passed to git-midnight are forwarded to git-commit(1) verbatim.