sh 将所有hsg-project repos添加到GitHub Desktop

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 将所有hsg-project repos添加到GitHub Desktop相关的知识,希望对你有一定的参考价值。

# sleep 1 gives the new GitHub Desktop client time to add/accept the new repos

cd ~/workspace/hsg-project
github .
cd repos
for folder in $(find * -maxdepth 0 -type d ); do github $folder; sleep 1; done

以上是关于sh 将所有hsg-project repos添加到GitHub Desktop的主要内容,如果未能解决你的问题,请参考以下文章