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
# git psh(hh) | |
git config --global alias.psh '!git pull --rebase=merges; git push'; | |
git config --global alias.pshhh '!git stash; git pull --rebase=merges; git push; git stash pop'; |
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
#!/usr/bin/php | |
<?php | |
/** | |
* @file | |
* Based on http://www.magentocommerce.com/boards/viewthread/113901/P30/#t277875 | |
* | |
* @todo | |
* - fix importing | |
* - fix logging |
NewerOlder