Skip to content
#

pair-programming

Here are 173 public repositories matching this topic...

PurpleBooth
PurpleBooth commented Aug 26, 2020

Currently if you run git-mit outside the project directory, it will write to the users configuration.

This leads to a confusing situation where the configuration can fail to change or other weird behaviour. I can't think of any reason that we'd want to write to anything other than the local configuration.

To fix this change how we load the repository never to use anything other than the repo

gonzalo-bulnes
gonzalo-bulnes commented Nov 1, 2019

When the setting commit.template has never been set, Git returns an error when attempting to read it. It itself this is fine (it is how Git works after all), but it would be good if Pair coud handle the case more gracefully.

Workaround:

  1. run git config --global commit.template ~/.GIT_TEMPLATE
  2. then run pair with "Alice <alice@example.com>" again!

Improve this page

Add a description, image, and links to the pair-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pair-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.