If I run the following command git bulk commit -m "Enable automerge for .gitlab-ci.yml include updates I get the following errors:
$ git bulk commit -m "Enable automerge for .gitlab-ci.yml include updates" .
Core command "commit" accepted.
Executing bulk operation in workspace /Users/mbaur/Sources/managed-services-helmfiles
Current repository: /mysql-operator
-> executing git commit -m Enable automerge for .gitlab-ci.yml include updates .
error: pathspec 'automerge' did not match any file(s) known to git
error: pathspec 'for' did not match any file(s) known to git
error: pathspec 'include' did not match any file(s) known to git
error: pathspec 'updates' did not match any file(s) known to git
...
Am I doing something wrong?
If I run the following command
git bulk commit -m "Enable automerge for .gitlab-ci.yml include updatesI get the following errors:Am I doing something wrong?