cd existing_folder
git init
git remote add origin http://gitlab.ytbig.cn/wangmin/nb-smart-education-mobile.git
git add .
git commit -m "Initial commit"
git push -u origin master
cd existing_folder
git init
git remote add origin http://gitlab.ytbig.cn/wangmin/nb-smart-education-mobile.git
git add .
git commit -m "Initial commit"
git push -u origin master