Skip to content

Commit 37bf34e

Browse files
committed
Merge branch 'master' of vp-git:ViscousPotential/GitSync
2 parents 43a3e5b + ee3b559 commit 37bf34e

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

Documentation.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,32 @@ Manual arbitrary authentication methods for more advanced/self-hosting users
4141
- Class: `com.viscouspot.gitsync.GitSyncService`
4242
- Action: `INTENT_SYNC`
4343

44-
## Settings
45-
![Settings dialog](https://github.com/user-attachments/assets/2c9cf282-335f-42cd-9bc3-aec5d5398ffa)
44+
## Resolve Merge Conflicts
45+
46+
### When a merge conflict occurs in your repository
47+
- A notification is sent to the device
48+
- Sync methods other than `Force Push` and `Force Pull` are disabled
49+
- A `MERGE CONFLICT` entry is added to the recent commits
50+
51+
### Clicking on the `MERGE CONFLICT` entry will
52+
- Take you to the resolution dialog
53+
- Allow you to navigate between conflicts using the arrows
54+
- Allow you to decide which changes to keep and discard
55+
- Allow you to open any conflicting file in an editor for more control
56+
57+
![Merge conflict dialog](https://github.com/user-attachments/assets/37b8c5d3-27fe-434f-8a98-816a39c47763)
4658

59+
## Settings
4760
### Sync Message
4861
- Customise the commit message template that is used on sync
4962
- Use `%s` to have the date and time inserted in the format `yyyy-MM-dd HH:mm:ss` (`1997-01-01 12:00:00`)
5063

64+
### Author Name & Email
65+
- Customise the name and email of the author used for commits
66+
67+
### Default Remote
68+
- Modify the default remote used for operations
69+
5170
### Gitignore
5271
- Allows editing of the repository's gitignore file
5372
- A list of files and folder paths that should not be synced
@@ -58,6 +77,8 @@ Manual arbitrary authentication methods for more advanced/self-hosting users
5877
- A list of files and folder paths that should not be synced
5978
- [See here for more](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#excluding-local-files-without-creating-a-gitignore-file)
6079

80+
![Settings dialog](https://github.com/user-attachments/assets/50218268-9fa5-40ea-8229-f73aa60dea3d)
81+
6182
## Extra Settings
6283

6384
![Turn on/off notifications button](https://github.com/user-attachments/assets/f88c8db1-4ca7-4ded-a53d-acc37268725c)

0 commit comments

Comments
 (0)