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

Validate if user are stored in pair.coauthor when removing it #15

Open lcidral opened 4 years ago

lcidral commented 4 years ago

Initially, we've decided to not validate when developer tries to git pair rm github-username and this github-username is not pairing with the person. For instance:

git pair add user-example
git pair rm user-exmapel # typo error, it should return an error to developer telling so

WDYT?