I'm using TortoiseGit on Windows, and I'm wondering how can I set it up so that it always adds the commit author and date.
In other terms, could these two checkboxes be on by default ?
I'm sort of new to git, so maybe someone will tell me that this is useless or not recommended.
Select any file and/or folders you want to commit, then TortoiseGit → Commit.... The commit dialog will show you every changed file, including added, deleted and unversioned files. If you don't want a changed file to be committed, just uncheck that file.
One prerequisite of TortoiseGit is that it requires an already installed (command line) Git client which provides a git.exe . Git for Windows is recommended (Cygwin and MSYS2 Git also work, see the section called “General Settings” for configuration.
The commit and author date and name are always set whenever you commit (this is a Git requirement); they default to "now" and whatever you set your committer identity to.
Those checkboxes are only relevant if you:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With