1、setting

2、vcs------>create git repository

3、右键项目----->Git------>add

4、右键项目------>git------>commit Directory

之后就会显示这个页面(下面写你提交的信息,就是你修改了什么)
点击commit,提交
5、Git--------->push

6、选择 Define remote这个蓝色字体,意思就是提交到gitee上哪个仓库上

7、URL直接填写你gitee上仓库地址点击ok,然后push