From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
-
Switch to the main branch, usually 'develop':
git checkout develop -
Get a list of fully merged branches:
From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
Switch to the main branch, usually 'develop':
git checkout develop
Get a list of fully merged branches:
| tell application "Safari" | |
| set vURL to URL of current tab of window 1 | |
| end tell | |
| tell application "Google Chrome" | |
| if it is running then | |
| tell application "System Events" to set frontmost of process "Google Chrome" to true | |
| set theIncognitoWindow to null | |
| repeat with theCurrentWindow in windows | |
| if mode of theCurrentWindow is "incognito" then |
| #!/usr/bin/python | |
| import csv | |
| import os | |
| import time | |
| import calendar | |
| import sys | |
| import re | |
| import urllib2 |