

git init
git add .


*.iml
*.ipr
*.iws
.idea/
*.idea/
/target/
/logs/
.DS_Store
*.log
/local.properties
/.gradle
/build
!.gitignoregit commit -m "frist commit"



git remote add origin https://gitee.com/Bwindmill/star-chat-space.git
git push -u origin "master"