This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
TMPFILE=".tmpGitRemotes" | |
REMOTENAME="origin" | |
COMMIT=$1 | |
git fetch | |
git branch -a --merged |grep "remotes/$REMOTENAME/" > $TMPFILE | |
if [[ $COMMIT == "commit" ]]; then | |
echo "deleting git branches" | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
to make_new_project(project_name) | |
tell application "Xcode" to activate | |
tell application "System Events" | |
tell process "Xcode" | |
click menu item "New Project…" of menu 1 of menu bar item "File" of menu bar 1 | |
tell window "New Project" | |
-- row 8 is empty project, 4 is Cocoa App | |
select row 4 of outline 1 of scroll area 1 of splitter group 1 of group 1 | |
click button "Cocoa Application" of radio group 1 of scroll area 1 of splitter group 1 of splitter group 1 of group 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.acn | |
*.acr | |
*.alg | |
*.aux | |
*.bak | |
*.bbl | |
*.bcf | |
*.blg | |
*.brf | |
*.bst |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pbxproj -crlf -diff -merge |
NewerOlder