IDEA将本地的一个项目提交到Git新仓库
1. 首先在github上创建一个仓库,仓库名随意
2. 然后将本地的idea项目下的.git文件夹删除(如果有的话,说明该项目之前提交过其他仓库)
3. 然后点击顶部菜单栏的VCS-->Import into Version Control-->Create Git Repository
4. 先add
5. 再commit directory
6. 点击复制远程仓库地址,粘贴后 commit
7. push (快捷键 Ctrl + shift + K)
The only way to do great work is to love what you do.