git init
git add .
git commit -m 'xxx'
git remote add origin https://gitee.com/susenic/ciep.git
git push -u origin master