标签:bsp 技术 ash 文本编辑器 添加 目录 mamicode info oba
ssh-keygen -t rsa -C "mars@xxxchina.com.cn"
git config --global user.name "mars" git config --global user.email "mars@casachina.com.cn"
git clone http://IP:port/mars/auto_test.git
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
git commit -m "added project DataDrivenTest"
git add .
git commit -m "Added DataDrivenTest"
git push origin master
标签:bsp 技术 ash 文本编辑器 添加 目录 mamicode info oba
原文地址:https://www.cnblogs.com/yanux/p/12046055.html