summarylogtreecommitdiffstats
path: root/README.md
blob: 1fe9c226da66739aca0c836287a50ed12f1b11b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# git-pair
Pair Programming git Management Tool

## Build Instructions

```sh
$ gcc pair.c -o pair
```

## Usage

Run `./pair help` to see available commands.

<hr>

Initialize your workspace by adding and selecting git authors:
```sh
$ ./pair init
``` 

To select or change the current author/co-author, execute without parameters:

```sh
$ ./pair
```

Add new authors:

```sh
$ ./pair add
```