Skip to content

Instantly share code, notes, and snippets.

View photusenigma's full-sized avatar

David Colwell photusenigma

  • 4th Mind Comm Tech LLC
  • Boston MA
View GitHub Profile
@photusenigma
photusenigma / delete_branches_older_than.sh
Last active February 24, 2016 03:05 — forked from pikender/delete_branches_older_than.sh
Delete Feature Branches as Sprint Deployed on Production
#!/bin/sh
## Script to clean old git branches
echo "Delete branches having last commit before 1st June 2015 - DO_DELETE=1 to show execute"
echo "DO_DELETE=1 delete_branches_older_than.sh '2015-06-01'"
echo $DO_DELETE
echo $1