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
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl |
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
alias.co checkout | |
alias.st status | |
alias.ec config --global -e | |
alias.br branch -vv | |
alias.gr grep -i | |
alias.ls !git branch -r && git br | |
alias.up !git pull --rebase --prune $@ && git submodule update --init --recursive | |
alias.cob checkout origin/HEAD -b | |
alias.rn !f(){ git branch -m ${1}; };f | |
alias.task !f(){ git checkout -b t${1}/${2}/${3} origin/HEAD && git status; };f |
NewerOlder