salarkhan / git-pear

swap credentials after each commit
3 stars 0 forks source link

Cleanup #26

Closed salarkhan closed 10 years ago

salarkhan commented 10 years ago

If uninstall works correctly it shouldn't exit non-zero ( the error-codes branch had a gang of conflicts that I didn't feel like dealing with)

Removes old team

salarkhan commented 10 years ago

I like this way of handling long line length

# Remove any local git information we have set
git config --local user.name 2>&1>/dev/null &&
  git config --local --remove-section user
supertopher commented 10 years ago

looks awesome. gonna yell at myles to take a peek