HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] [condor-fw] Tag branches, get rid of dead wood in repository



On Wed, Apr 27, 2011 at 07:27:22PM -0500, Greg Thain wrote:
> On 4/27/2011 6:39 PM, Matthew Farrellee wrote:
> >+1, keeping the labels with -tag is a great idea and satisfies my
> >concern about losing the ability to track changes through
> >git-blame
> >
> And it is (I assume) undoable, right?

Yes, completely undoable. You will be able to restore a branch by removing the
'-tag' suffix, as in

git branch -f branch_name branch_name-tag

or

git checkout -b branch_name branch_name-tag

Both of the above commands will resurrect the branch.

Nathan Panike