On 03/01/2011 02:09 PM, Cathrin Weiss wrote:
The new 7.5.6 branch has been created off of 7.6. Typically I would say
that it's open for business now -- but since the code freeze was at some
point last week, no more commits unless you discussed that with me (all
commits I know about should already be in).
Now, please delete your local 7.5.6 branch copies and check it out
freshly from the repo if you need it.
Thanks,
Cathrin
_______________________________________________
condor-fw mailing list
condor-fw@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-fw
If you want to retrieve this branch without blowing away your git
repository, do the following, assuming that origin points to the central
repository: (As a sequence of bash commands)
git fetch origin
if test "$(git symbolic-ref -q HEAD)" == "refs/heads/V7_5_6-branch"; then
git reset --hard origin/V7_5_6-branch