将项目提交到本地库

9、idea上使用git的一些笔记
1、点击vcs->import Version controls->创建本地仓库
2、vcs->git->commit to responsity

忽略指定文件

需要卸载idea插件.ignore,创建*.ignore(git),在.ignore文件中将后缀加入,提交到本地库。

拉取与提交到远程库

选择项目git->push,git->pull

工作流

9、idea上使用git的一些笔记

常见企业工作流

9、idea上使用git的一些笔记

相关文章:

  • 2021-07-15
  • 2021-09-06
  • 2021-11-02
  • 2022-02-25
  • 2021-09-01
  • 2021-09-24
  • 2022-01-16
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-04-03
  • 2021-07-14
相关资源
相似解决方案