This file contains 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
git log --since=11-01-2013 --until=11-31-13 --no-merges --date=short --pretty=format:'%h|%cd|%s|repo-name' > repo-name-log.csv |
This file contains 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
<?php | |
/** | |
* A tabbed woocommerce My Account page | |
* | |
* @package WooCommerce/Templates | |
* @version 3.0.0 | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { | |
exit; |
This file contains 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
/* | |
#333333 Black (Very Dark Gray) | |
#999999 Dark Gray | |
#AAAAAA Gray | |
#EEEEEE Light Gray | |
#FFFFFF White | |
#11375D Navy Blue | |
#4080C0 Star Logo Blue | |
#79A6D2 Alt Lighter Star Logo Blue | |
#A1E6E8 Alt Lighter Accent Light Blue |
This file contains 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
Type this into http://Terminal.app: | |
perl -i -p -e 's/Pridetree/Bridetree/;' /Applications/Sourcetree.app/Contents/Resources/Assets.car |