Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
-
Updated
Jun 2, 2020 - Go
{{ message }}
Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
Real-time collaborative development from the comfort of your favorite tools
Awesome List of resources on Agile Software Development.
Support for pairing with git
Pair and mob programming timer for Mac, Windows, and Linux.
Co-author commits using GitHub usernames when pair programming
A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
Link your code and commits to a video recording and explain your code with video.
Exhibit your pair as an author name on your commits, with only bash and git as dependencies.
Yet Another Pair Programming Package for Atom.
Command line script for setting up a temporary tmux session for pair programming
Pairing Matrix For Agile Teams
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
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
How to pronounce special characters and symbols used in programming languages
Enable contribution tracking when pair programming with guet
Git plugin for pair programming
Attribute git commits to more than one author when you are pair-programming
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:
git config --global commit.template ~/.GIT_TEMPLATEpair with "Alice <alice@example.com>" again!Simple multiple author support porcelain for git. Written in pure Bash.
Add a description, image, and links to the pair-programming topic page so that developers can more easily learn about it.
To associate your repository with the pair-programming topic, visit your repo's landing page and select "manage topics."
The
ContainerContextclass 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