This repository was archived by the owner on Mar 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,22 @@ Create a `.pairs` config file in project root or your home folder.
36
36
email:
37
37
prefix: pair
38
38
domain: pivotallabs.com
39
- # no_solo_prefix: true
40
- # global: true
39
+ no_solo_prefix: true
40
+ global: false # Set to true for git-pair to change git configuration for all your projects
41
41
42
42
43
- By default this affects the current project (.git/config).< br />
44
- Use the ` --global ` option or add ` global: true ` to your ` .pairs ` file to set the global git configuration for all projects (~ /.gitconfig).
43
+ By default this affects the current project (` .git/config ` ).
44
+ Use the ` --global ` option or add ` global: true ` to your ` .pairs ` file to set the global git configuration for all projects (` ~/.gitconfig ` ).
45
45
46
46
Options are:
47
+
47
48
-g, --global Modify global git options instead of local
48
49
-v, --version Show Version
49
50
-h, --help Show this.
51
+
52
+ When you're done pairing, change git's configuration to use your personal details.
53
+
54
+ git pair <your-initials>
50
55
51
56
## git-pair-commit
52
57
You can’t perform that action at this time.
0 commit comments