git 拉回Repositories
使用pull拉回之前的專案
mkdir mypyhton
cd mypyhton
git init
git remote add origin https://github.com/kawsing/mypython.git
git pull origin master
Last updated
Was this helpful?
mkdir mypyhton
cd mypyhton
git init
git remote add origin https://github.com/kawsing/mypython.git
git pull origin master
Last updated
Was this helpful?