前提:安装配置了Git 、有Github账号、idea配置了Git
git:https://git-scm.com/
github:https://github.com/
1、首先,打开需要提交的java项目
2、将项目提交到本地仓库,默认项目的地址就是git的本地仓库
VCS——>Enable Version Controller integration…——>commit
3、点击Enable Version Controller integration…,会弹出对话框,如下:
4、选择 OK ,项目的源文件变红,且编译器下边的工具栏提示Created Git repository in E:\Java\work space-2019-09\pay
5、再次选择 VCS——> VCS Oprerations Popu…
6、选择commit
7、勾选提交的文件,选择commit
8、再次选择commit,编译器提示:34 files committed: 首次提交
9、最后提交本体仓库的项目
URL选择github的仓库的URL
选择push,等待一会,在github中查看,提交成功