An open API service indexing awesome lists of open source software.

https://github.com/32bitkid/git-working-with

Tiny git pairing utility
https://github.com/32bitkid/git-working-with

Last synced: 5 months ago
JSON representation

Tiny git pairing utility

Awesome Lists containing this project

README

          

git-working-with
===============

Tiny git pairing utility.

## Installation

Compile with `go get github.com/32bitkid/git-working-with` or place a prebuilt binary in your exectuable path.

## Usage

* Display current status

```bash
$ git working-with
```

* Start pairing

```bash
$ git working-with Joe
```

* Stop pairing

```bash
$ git working-with -
```