From 4477290307f0cc00c26753139aeddcb3e187cd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gim=C3=A9nez=20de=20Castro?= Date: Thu, 5 Sep 2024 02:54:10 +0200 Subject: [PATCH 1/2] clarify refresh command --- docs/source/userguide/manage/index.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/source/userguide/manage/index.rst b/docs/source/userguide/manage/index.rst index 56137b56..11b43ffc 100644 --- a/docs/source/userguide/manage/index.rst +++ b/docs/source/userguide/manage/index.rst @@ -254,19 +254,22 @@ To only pick the remote files, the user B, must do autosubmit migrate --pickup EXPID --onlyremote -How to refresh the experiment project -------------------------------------- +How to synchonize with remote +----------------------------- + +Autosubmit supports directly feching files from a remote repository. + +In order to synchronize with remote, use the command: -To refresh the project directory of the experiment, use the command: :: autosubmit refresh EXPID -*EXPID* is the experiment identifier. +where *EXPID* is the experiment identifier. -It checks experiment configuration and copy code from original repository to project directory. +It checks the experiment configuration and copies code from the original repository to project directory. -.. warning:: DO NOT USE THIS COMMAND IF YOU ARE NOT SURE ! +.. warning:: THIS WILL OVERWRITE LOCAL CHANGES! Project directory ( /proj will be overwritten and you may loose local changes. -- GitLab From 019f17807b40cc10ad5b427760a0a44d2d31e4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Gim=C3=A9nez=20de=20Castro?= Date: Thu, 5 Sep 2024 08:57:14 +0200 Subject: [PATCH 2/2] correct typo and make clear repo types --- docs/source/userguide/manage/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/userguide/manage/index.rst b/docs/source/userguide/manage/index.rst index 11b43ffc..f1607a12 100644 --- a/docs/source/userguide/manage/index.rst +++ b/docs/source/userguide/manage/index.rst @@ -254,10 +254,10 @@ To only pick the remote files, the user B, must do autosubmit migrate --pickup EXPID --onlyremote -How to synchonize with remote ------------------------------ +How to synchronize with the project's latest changes +---------------------------------------------------- -Autosubmit supports directly feching files from a remote repository. +Autosubmit supports directly feching files from the repository, which could be local or remote. In order to synchronize with remote, use the command: -- GitLab