From cb18c98a9a4771d8b2e117881d752505fad2335a Mon Sep 17 00:00:00 2001 From: Ruslan Baidan <3246171+ruslanbaidan@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:39:13 +0100 Subject: [PATCH] Update INSTALL.rhel7.9.md Changed the exact tag use recommendation to the latest one. --- INSTALL/INSTALL.rhel7.9.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL/INSTALL.rhel7.9.md b/INSTALL/INSTALL.rhel7.9.md index c2c74e2..a6dbcac 100644 --- a/INSTALL/INSTALL.rhel7.9.md +++ b/INSTALL/INSTALL.rhel7.9.md @@ -204,8 +204,11 @@ Reference: ## Set git branch +For the commnad below, the {LATEST-RELEASE-TAG} parameter can be found here (for example: v2.12.5-p4): +https://github.com/monarc-project/MonarcAppFO/releases + ```bash -[root@monarc fo]# git branch --set-upstream-to=origin/master v2.11.1 +[root@monarc fo]# git branch --set-upstream-to=origin/master {LATEST-RELEASE-TAG} ``` ## Reconfigure SSH