-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (34 loc) · 1.57 KB
/
README
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PEAR(1) -- pair-programming tool for Git
SYNOPSIS
pear -i, --init
pear -s, --start-session [initials ...]
pear -c, --clean
DESCRIPTION
Pear helps you set pair-programming sessions with your co-workers.
EXAMPLES
pear --init
pear --start-session hb,np
pear --clean
OPTIONS
-i, --init
This command initializes Pear in your working directory (that must
be a Git repository), writing a sample configuration file named
`.pear.yml` on it. Of course, you can provide this configuration
file manually and skip this command.
-s, --start-session [initials ...]
This command starts the pair-programming session setting your
`user.name` and `user.email` Git configuration variables to
display properly all collaborators working on subsequent commits.
On the latest version, you must provide a list of registered
authors initials separated by commas. See EXAMPLES to check out
how this works.
-c, --clean
This commands removes the `user` section added by Pear from your
local Git repository configuration. It doesn't remove any global
configuration. Please, remember to re-set your local Git repository
configuration if you had one before running Pear.
HISTORY
I wanted to design and build a tool that would help me do what I found
most exciting to do while working in teams: pair programming. So I started
pronouncing 'pair programming' a lot, specially 'pair'. Like, /peə(r)/.
Well, that's pretty much it.