Skip to content

Commit 72f38dd

Browse files
author
Tomas Lundell
committed
Update docs
1 parent 49255cd commit 72f38dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ First, install and configure git-host. It's helpful to set up your projects to r
2121

2222
After this, it's as simple as using `git lib push` and `git lib pull` as often as you would like to share changes between the projects.
2323

24+
If you run into conflicts, resolve them and issue `git lib pull --continue` to mark resolution.
25+
2426
Requirements
2527
------------
2628

@@ -54,4 +56,10 @@ Examples
5456
git lib pull libs/shared-code
5557

5658
# You can pass a branch name, otherwise "master" is assumed
57-
git lib push libs/shared-code my-branch
59+
git lib push libs/shared-code my-branch
60+
61+
# Mark conflicts as resolved
62+
git lib pull --continue
63+
64+
# Abort conflict resolution
65+
git lib pull --abort

0 commit comments

Comments
 (0)