diff options
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 9009f4b..fa458f2 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -474,11 +474,6 @@ jv: **DOWN**: %{old_files} to update, %{download_files} to download **UP** : %{new_files} to track, %{modified_files} to commit - need_upload: | - Since your specified tracking operation involves uploading, you need to provide detailed description of your changes - Ready to commit? Use `jv track <files_to_upload> --work` to start filling in commit information - Don't want to use command line editor? Use `jv track <files_to_upload> --msg <commit_message>` to commit directly - fail: std: current_dir: Failed to get current directory @@ -874,6 +869,13 @@ jv: Tracked %{count} files to latest! **Total**: %{created} Created, %{updated} Updated, %{synced} Synced + tip_has_skipped: | + **Note**: Skipped %{skipped_num} sync tasks + %{skipped} + Because local modifications exist, the sync task will forcibly overwrite your changes. + Please confirm you really want to overwrite these files. + Use `jv track . --overwrite` to confirm overwriting them + structure_changes_not_solved: | There are unresolved local lost and moved items! **Tip**: Use `jv align` to view items that need to be resolved |
