Git安装、命令、结合IDEA

Git:
菜鸟教程:https://www.runoob.com/git/git-tutorial.html
官方教程https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git

Git安装教程(windows):https://www.cnblogs.com/wj-1314/p/7993819.html
推荐:安装中选择Use Git from the Windows Command Prompt,即可使用CMD执行Git命令。

版本控制工具演进(RVS、CVS、SVN、Git):https://blog.csdn.net/haoranhaoshi/article/details/89789584

C:\Users\hao>git init D:\GitTest
Initialized empty Git repository in D:/GitTest/.git/

Git简明指南:https://www.runoob.com/manual/git-guide/
官方Git命令:https://git-scm.com/docs

Git可结合Github、Github Desktop使用。

在IDEA上Git的入门使用(IDEA+Git):https://blog.csdn.net/weixin_39274753/article/details/79722522

IDEA配置GIT:https://www.cnblogs.com/hkgov/p/7694101.html

在IDEA中实战Git 合并&提交&切换&创建分支:https://blog.csdn.net/dreamsky_boy/article/details/84098775

你可能感兴趣的:(Git,Git)