GIT常用命令
2018-05-16 本文已影响0人
阿伟派
cd Typecho
git init
git add .
git commit -m "Any Message is OK"
git remote add origin https://git.coding.net/izzhip/Typecho.git
git push -u origin master
git clone https://git.coding.net/izzhip/Typecho.git
cd Typecho
git init
git add .
git commit -m "Any Message is OK"
git remote add origin https://git.coding.net/izzhip/Typecho.git
git push -u origin master
git clone https://git.coding.net/izzhip/Typecho.git