Skip to content
Snippets Groups Projects
Commit 2ed28f65 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 28/11/2023:A-INSTALL, update version BUG2 & typo on switching to next 5-6-3

parent 53c822d2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Version of PACKAGE MESONH "Open distribution" # Version of PACKAGE MESONH "Open distribution"
# PACK-MNH-V5-6-2 # PACK-MNH-V5-6-2
# DATE : 28/11/2023 # DATE : 28/11/2023
# VERSION : MESONH MASDEV5_6 + BUG-1 # VERSION : MESONH MASDEV5_6 + BUG-2
# #
# MAP # MAP
# #
...@@ -199,19 +199,19 @@ git checkout -b MYB-MNH-V5-6-2 PACK-MNH-V5-6-2 ...@@ -199,19 +199,19 @@ git checkout -b MYB-MNH-V5-6-2 PACK-MNH-V5-6-2
# you could check/update quickly differences with the new version of the # you could check/update quickly differences with the new version of the
# package without having to download entirely the full package. # package without having to download entirely the full package.
# #
# Suppose that a new version, for example "PACK-MNH-V5-6-2", is announced. # Suppose that a new version, for example "PACK-MNH-V5-6-3", is announced.
# #
# To see the differences with your working copy, do: # To see the differences with your working copy, do:
# #
git fetch git fetch
git diff HEAD PACK-MNH-V5-6-2 git diff HEAD PACK-MNH-V5-6-3
# #
# To go to the new version, you can, for example, create a new local branch: # To go to the new version, you can, for example, create a new local branch:
# #
git checkout -b MYB-MNH-V5-6-2 PACK-MNH-V5-6-2 git checkout -b MYB-MNH-V5-6-3 PACK-MNH-V5-6-3
# #
# At any time, you can also check for "uptodate" changes in the Git branch # At any time, you can also check for "uptodate" changes in the Git branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment