-
tagged this
2020-10-24 16:21:32 +00:00 | 446 commits to main since this tagWe currently ensure this by simply overriding any existing template.
This is of course sub-optimal, but the previous recommendation, to
globally setcommit.templateto a relative path would otherwise make
git commitcrash when run in a repo without first creating that
template file, e.g. by runninggit mob ...orgit soloin the
project directory before committing anything.This way, we don't have to globally set
commit.template, and git-mob
will still work.Downloads