git - allow commit empty
In order to commit an empty commit, which is useful for triggering CI builds, utilize the below.
git commit --allow-empty -m "Trigger CI Build"
In order to commit an empty commit, which is useful for triggering CI builds, utilize the below.
git commit --allow-empty -m "Trigger CI Build"