在github上建立一个工程后,会有一个入门的提示
echo "# antDesignPro_study" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/fanhualei/antDesignPro_study.git
git push -u origin master
git remote add origin https://github.com/fanhualei/antDesignPro_study.git
git push -u origin master
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
git remote rm origin
git remote add origin https://fanhualei:ma123@github.com/fanhualei/antDesignPro_study.git
git add ./doc
git add ./doc/imgs/
git commit -m "send commit"
git commit ./doc/*.* -m "send commit"
git push -u origin master
sudo sh /opt/WebStorm-2018.2/bin/webstorm.sh