-
Updated
Apr 6, 2021 - Go
pair-programming
Here are 215 public repositories matching this topic...
-
Updated
Jul 19, 2021 - Shell
-
Updated
Jan 17, 2021
-
Updated
May 11, 2021 - Shell
-
Updated
Jan 28, 2021 - Elm
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Mar 18, 2019 - JavaScript
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jul 8, 2021
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Dec 8, 2018 - Shell
-
Updated
Dec 14, 2017
-
Updated
Jun 22, 2021 - Python
-
Updated
Mar 26, 2021
-
Updated
Sep 1, 2017 - JavaScript
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
-
Updated
Jan 5, 2021 - Ruby
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.
It would be great to improve the space used by the contributors table by spreading it across each line.
My guess is that making a 5 column-wide is enough.
note: not sure if markdown will be the right tool, but always remember that HTML is also accepted
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Mar 16, 2020 - Shell
-
Updated
May 15, 2021 - Python
-
Updated
May 13, 2021 - Shell
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jul 9, 2020 - HTML
Improve this page
Add a description, image, and links to the pair-programming topic page so that developers can more easily learn about it.
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."
The
ContainerContext
class contains a workaround to bypass the JDK bug JDK-4787931.This bug should be fixed in JDKs > 7. We require at least a JDK 8.
Therefore we should be able to remove this