Ticket #1544 (new task)

Opened 2 years ago

delete old git branches

Reported by: dread Owned by:
Priority: minor Milestone: ckan-backlog
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

We have 150 odd branches (git branch -a) - most of them old - we should prune them. At very least, branches that have been merged in should be deleted. Look at old branches that haven't been merged in and wonder why.

May be of some use:

git branch --merged
git branch --no-merged
Note: See TracTickets for help on using tickets.