Creating empty commits

a small one - sometimes i like to create manual checkpoints, here it would be nice to be able to create empty commits (instead of making small changes to files).

Creating an empty commit in Git is a very simple process. All you need to do is add the --allow-empty flag to the git commit command. This option lets Git know that you are intentionally creating a commit without any changes.