elixirsc / git-pair

Automatically adds `Co-authored-by` mark when you're pairing
https://hex.pm/packages/git_pair
MIT License
8 stars 0 forks source link

Implement `commit` action #14

Open lcidral opened 4 years ago

lcidral commented 4 years ago

As suggested by @amadeu01 we can introduce a git pair commit github-username that will open COMMIT_MSG file to write commit title and message then will append only this given github-username ignored the users that you're pairing with.

WDYT?

amadeu01 commented 4 years ago

I think this option is really nice and it can be even better for users that do not want to mess with their already existent hook scripts.