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 `stop` action #7

Closed wevtimoteo closed 4 years ago

wevtimoteo commented 4 years ago

To stop pairing with everyone, we need to add ability to user remove all pair.coauthor entries found in .git/config:

git config --unset-all pair.coauthor

More details about --unset-all can be found in Git docs.

We should implement a wrapper for the command above using our binary:

git pair stop