Created
August 21, 2013 18:41
-
-
Save JoaoVagner/6298475 to your computer and use it in GitHub Desktop.
Update ALL Projects
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 git_core="cd ~/projects/00K_CORE && git pull" | |
alias git_api="cd ~/projects/00K_API && git pull" | |
alias git_docs="cd ~/projects/00k_docs && git pull" | |
alias git_interface="cd ~/projects/00K_INTERFACE && git pull" | |
alias git_web_commom="cd ~/projects/web/00k_zend_library/00k_common_library && git pull" | |
alias git_web_api="cd ~/projects/web/00k_zend_library/00k_api_library && git pull" | |
alias git_web_interface="cd ~/projects/web/00k_zend_library/00k_interface_library/ && git pull" | |
# Update all repos OOK | |
alias git_all="git_core; git_api; git_docs; git_interface; git_web_commom; git_web_api; git_web_interface" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment