git
2017-10-31 本文已影响14人
薛落花随泪绽放
pwd
ls
git clone https://github.com/1627697510/test2.git
ls
ls test2
cd test2
cat README.md
git add .
#git config user.email “邮箱地址”
#git config user.name “名字”
git commit -m "first commit"
git push -u origin master
pwd
ls
git clone https://github.com/1627697510/test2.git
ls
ls test2
cd test2
cat README.md
git add .
#git config user.email “邮箱地址”
#git config user.name “名字”
git commit -m "first commit"
git push -u origin master