[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-devel] 7.6.0 tag moved -- instructions for getting the new one
- Date: Thu, 21 Apr 2011 09:22:58 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: [Condor-devel] 7.6.0 tag moved -- instructions for getting the new one
All:
In the process of making the 7.6.0 release, I needed to move the tag,
due to last minute surprises. Apparently, a git pull won't update
tags. So, to get the new 7.6.0 tag, you must manually do the following
git tag -d V7_6_0
git fetch
That is all.
-Greg