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
- Host: GitHub
- URL: https://github.com/32bitkid/git-working-with
- Owner: 32bitkid
- License: mit
- Created: 2014-04-29T14:15:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T15:13:01.000Z (about 12 years ago)
- Last Synced: 2024-06-19T19:41:51.873Z (almost 2 years ago)
- Language: Go
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -
```