Closed wevtimoteo closed 4 years ago
To stop pairing with everyone, we need to add ability to user remove all pair.coauthor entries found in .git/config:
pair.coauthor
.git/config
git config --unset-all pair.coauthor
More details about --unset-all can be found in Git docs.
--unset-all
Git docs
We should implement a wrapper for the command above using our binary:
git pair stop
To stop pairing with everyone, we need to add ability to user remove all
pair.coauthor
entries found in.git/config
:More details about
--unset-all
can be found inGit docs
.We should implement a wrapper for the command above using our binary: