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

你可能感兴趣的:(GIT常用命令)