aicommits icon indicating copy to clipboard operation
aicommits copied to clipboard

feat: pass down argv to git commit

Open privatenumber opened this issue 2 years ago • 0 comments

Previously

There were requests to support certain git commit features (e.g. https://github.com/Nutlope/aicommits/issues/33).

closes https://github.com/Nutlope/aicommits/issues/33

Currently

This passes down unused argv down to git commit so you can leverage most git commit features.

Other info

  • Support for git commit -a will be tricky, because it needs to add the files before aicommits runs

privatenumber avatar Feb 17 '23 01:02 privatenumber