salarkhan / git-pear

swap credentials after each commit
3 stars 0 forks source link

Guard against duplicate emails #14

Closed supertopher closed 10 years ago

supertopher commented 10 years ago

We should ensure that users don't pear add salar.k3@gmail.com if that email is already in the team.txt pear1

salarkhan commented 10 years ago

This guy should handle it (grep $1 $team > /dev/null) && exit 1

supertopher commented 10 years ago

clutch. i'll add it to a PR