文章分类 -  Git

摘要:一:安装参考 https://blog.csdn.net/qq_29281307/article/details/86503880 二:卸载参考 https://www.jianshu.com/p/e2e98c45c244 阅读全文
posted @ 2019-11-06 12:23 刘杨钊 阅读(84) 评论(0) 推荐(0)
摘要:git是目前流行的非常好用的版本控制工具,本章教大家如何在linux服务上安装git。这里介绍两种安装方式;1、yum安装;2、从github上下载最新的源码编译后安装。 一:yum安装git 在linux上使用yum安装git非常简单,只需要一行命令: yum install git 随后就可以看 阅读全文
posted @ 2019-10-14 11:40 刘杨钊 阅读(348) 评论(0) 推荐(0)
摘要:*.project *.prefs *.classpath *.gitignore #ignore thumbnails created by windows Thumbs.db #Ignore files build by Visual Studio *.obj *.exe *.pdb *.use 阅读全文
posted @ 2019-06-04 09:52 刘杨钊 阅读(224) 评论(0) 推荐(0)