Skip to content
#

pair-programming

Here are 215 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

rkotze
rkotze commented Apr 15, 2020

Summary

Providing a view of the latest 10 commit messages will help provide at glance information useful for the next commit. e.g. a commit code or context of what was finished.

Can be part of the Git Mob list in SCM view as the first item above the author.

Motivation

Help the committer have information about the latest commit with no effort.

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