Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clear pair function #8

Closed
wants to merge 1 commit into from
Closed

Conversation

nicocharlery
Copy link
Contributor

@nicocharlery nicocharlery commented Feb 16, 2018

Usage
Reset a user after having set a pair with git-pair.
There was a PR in the git-pair project that never got merged unfortunately

Run rcup to update configuration files once pulled locally.

Workflow

➜  platform git:(master) ✗ git config -l | grep user
user.name=Nicolas Charlery
[email protected]

➜  platform git:(master) ✗ git pair TD
  Current author: Tetiana Dushenkivska
   Current email: [email protected]

➜  platform git:(master) ✗ git config -l | grep user
user.name=Nicolas Charlery
[email protected]
user.name=Tetiana Dushenkivska
[email protected]

➜  platform git:(master) ✗ clear-pair
➜  platform git:(master) ✗ git config -l | grep user
user.name=Nicolas Charlery
[email protected]

@nicholasjhenry
Copy link
Member

@Bokay Now that we are using git authors we won't need this correct?

@nicocharlery
Copy link
Contributor Author

@nicholasjhenry Correct!

@nicholasjhenry nicholasjhenry deleted the feature/clear-pair branch June 22, 2018 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants