โโโ
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
#!/usr/local/bin/bash | |
# update local copies to be ready to checkout code for review when needed | |
# printf "๐งง co main: \n" | |
# gita super net checkout main | |
# printf "๐งง git fetch: \n" | |
# gita fetch net | |
# printf "๐งง git pull: \n" | |
# gita pull net |
OlderNewer