Have all ACE/TAO releases (or micro releases) been tagged as a Git tag in the Git repository? #2265
-
Hi, I'm trying to understand the Git branches and Git tag that when also looking at the ACE_TAO releases and ACE_TAO tags so that I can checkout a specific version from my clone of the Git repo. For example, let's say an old version like ACE+TAO-7_0_11.
which, on a system I use, leads to:
bash$ git co ec326c77c9a3bb7335dc6e97b9b4e2009efe2adb
Note: switching to 'ec326c77c9a3bb7335dc6e97b9b4e2009efe2adb'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at ec326c77c9a ACE+TAO-7_0_11 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I see the tag for |
Beta Was this translation helpful? Give feedback.
I have it in my local clone.