IntelliJ and Github
2018-08-21 本文已影响6人
Jacaranda2016

1. 进入路径
2. 在相应路径下: git init
3. git status
4. 网上搜 IntelliJ gitignore 文件存放在在目录下,用来ignore一些IntelliJ产生的文件。https://raw.githubusercontent.com/github/gitignore/master/Global/JetBrains.gitignore
5. 使用IntelliJ自带的Git选项进行 add 和commit。文件夹右键单击。
