随笔分类 -  GitHub

Github安装过后删除右键菜单选项
摘要:Github安装过后,发现右键菜单多出不少选项,使得右键菜单显得过长,使用起来费劲。保留常用的"Git Clone..."三个TortoiseGit右键菜单项。其他“GitInitHere,GitGui,GitBash”三个msysGit右键菜单都删掉。64-BitWindows Fromacmd.exewindow,cdto"C:\ProgramFiles(x86)\Git\git-cheetah"andrun regsvr32/ugit_shell_ext64.dll 32-BitWindows Fromacmd.exewindow,cdto&quo 阅读全文

posted @ 2013-12-17 19:50 guarder 阅读(1088) 评论(0) 推荐(0)

Github使用
摘要:一些开源项目都托管在Github上,https://github.com/。从Github获取开源项目代码,需要安装工具,官方有GitHub for Windows,第三方有TortoiseGit。对于习惯使用小乌龟,可以选择TortoiseGit,使用过程需要用到两个工具。TortoiseGit http://code.google.com/p/tortoisegit/下载TortoiseGit安装包。msysGit http://code.google.com/p/msysgit/ 下载Git安装包。安装过程没有特殊之处,安装完毕如果网络环境需要代理,需要先设置代理服务。选择鼠标“右键”- 阅读全文

posted @ 2013-12-16 10:38 guarder 阅读(273) 评论(0) 推荐(0)