Skip to content

Commit

Permalink
Merge pull request #7 from TOsmanov/update-docs-git-flexibility
Browse files Browse the repository at this point in the history
apply suggestions
  • Loading branch information
TOsmanov authored Mar 4, 2022
2 parents 27852d4 + bd2177f commit 48e9afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions site/content/en/docs/manual/advanced/task-synchronization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ weight: 19
> Notice: this feature works only if a git repository was specified when the task was created.
1. At the end of the annotation process, a task is synchronized by clicking
`Synchronized` on the task page.
`Synchronize` on the task page. If the synchronization is successful, the button will change to `Sychronized` in blue:

![](/images/image110.jpg)

1. The annotation is now in the repository in a temporary branch.
The next step is to go to the repository and manually create a pull request to the main branch.

1. After confirming the PR, when the annotation is saved in the main branch,
1. After merging the PR, when the annotation is saved in the main branch,
the button changes to `Merged` and is highlighted in green.

![](/images/image109.jpg)

If synchronization fails, the `Synchronize` button will turn red:
If annotation in the task does not correspond annotations in the repository, the sync button will turn red:

![](/images/image106.jpg)
2 changes: 1 addition & 1 deletion site/content/en/docs/manual/basics/task-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and the details of the task (specified when the task was created) and the jobs s
When you click on the status, the current annotation will be sent. It has several states:
- Synchronized - task synchronized, that is, created a pull of requisites with an actual annotation file.
- Merged - merged pull request with up-to-date annotation file.
- Synchronize - highlighted in red, there are sync issues.
- Synchronize - highlighted in red, annotations are not synced.
- Use a format drop-down list of formats in which the annotation can be synchronized.
- Support for large file enabling the use of [LFS](https://git-lfs.github.com/).

Expand Down

0 comments on commit 48e9afd

Please sign in to comment.