上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页
摘要: Git log --graph --pretty=format: ‘%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset’ --abbrev-commit --date=relative 阅读全文
posted @ 2016-10-19 14:09 梦见舟 阅读(153) 评论(0) 推荐(0) 编辑
摘要: git log –graph –pretty=format: ‘%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset’ –abbrev-commit –date=relative ... 阅读全文
posted @ 2016-10-19 14:06 梦见舟 阅读(116) 评论(0) 推荐(0) 编辑
摘要: git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit --date=relative 阅读全文
posted @ 2016-10-19 14:01 梦见舟 阅读(200) 评论(0) 推荐(0) 编辑
摘要: git config --global alias.shortname command例子如下git config --global alias.psm 'push origin master'git config --global alias.plm 'pull origin master'... 阅读全文
posted @ 2016-10-19 13:55 梦见舟 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1. blob对象(blob) 2. 目录树(tree) 3. 提交(commit) 4. 标签(tag) git 文件按照状态分为3类: 1. 已追踪的(tracked) 2. 被忽略的(Ignored) 3. 未追踪的(Untracked) 阅读全文
posted @ 2016-10-19 11:01 梦见舟 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1. linux下 查看env 查看环境变量配置 [root@localhost crm]# env 2. 可以根据外置的变量名称 找到配置文件的路径 阅读全文
posted @ 2016-10-19 09:35 梦见舟 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1. find . 查看目录中所有对象 2. find .git/objects 查看所有对象 3. git cat-file -p 散列值 输出文件内容 阅读全文
posted @ 2016-10-18 14:22 梦见舟 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1. http://www.cnblogs.com/xionggeclub/p/5972538.html?ref=myread 2. http://xue.jikexueyuan.com/zhiye/course/21/ke/19/lesson/342/page/1876.html 3. htt... 阅读全文
posted @ 2016-10-18 11:26 梦见舟 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://git-scm.com/book/zh/v2 阅读全文
posted @ 2016-10-18 11:15 梦见舟 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 本文转自:http://blog.csdn.net/xlgen157387/article/details/50353317 仅做记录之用,如有涉及到个人权限问题请及时联系我 mjz_javaDev@163.com 阅读全文
posted @ 2016-10-18 10:58 梦见舟 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页