RHQ Git Branch cleanup

John Mazzitelli mazz at redhat.com
Thu Jun 24 16:15:54 UTC 2010


to purge your local repo's remote branches, do this:

1) first make sure you are all up to date

git pull --rebase

2) now prune all branches that were removed

git remote prune origin

If you want to do a dry run first, to see what would be deleted, do this:

git remote prune origin --dry-run

On 06/24/2010 11:09 AM, Jay Shaughnessy wrote:
>
> And one more deleted:
>
>    linux-config-apacheplugin
>
>
> On 6/24/2010 11:00 AM, Jay Shaughnessy wrote:
>> The following branches have been deleted from RHQ git origin in a round
>> of cleanup.  If you were actively tracking any of these branches please
>> reply to this message.  Otherwise, please delete any local tracking
>> branches you may have for these.   Avoid pushing a local tracking
>> branch, as it will recreate the origin branch.
>>
>> Thanks, Jay
>>
>>     alertPlus
>>     bugfixes
>>     build-v1.4.0-B1
>>     bundle
>>     calltime
>>     gwt
>>     iptables
>>     jdk15
>>     jopr-merge
>>     ldap
>>     linux-config
>>     linux-config-dev
>>     linux-config-iptables
>>     linux-config-temp
>>     localbundle
>>     nav-tree-flyweights
>>     pubprivrepos
>>     raw-config-confirm
>>     raw-config-dev
>>     raw-config-ui
>>     release-3.0.0.Bogus
>>     release-3.0.0.Bogus1
>>     search
>>     spearhead


More information about the rhq-devel mailing list