Sha256: 42e8ea0cd315fb07dad962ab5ad7c1dccbe87e2abb075aae75494eaeb7e790e6
Contents?: true
Size: 1.57 KB
Versions: 1
Compression:
Stored size: 1.57 KB
Contents
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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pear-0.0.1 | README |