随笔分类 -  管理工具

摘要:安装git后,进行配置 全局配置$ git config --global user.name "Your Name"$ git config --global user.email "email@example.com" 会在 “用户目录” 下创建 .gitconfig 文件记录配置信息... 阅读全文

posted @ 2015-06-29 17:50 gameshan 阅读(262) 评论(0) 推荐(0)

摘要:git 官网 http://git-scm.com/window下面 去http://msysgit.github.io/下载,会自动将window下的各种环境(如Cygwin)配置好 安装后会多两个工具:(并整合进邮件菜单中) Git Bash 命令行管理工具 Git GUI... 阅读全文

posted @ 2015-06-29 15:39 gameshan 阅读(121) 评论(0) 推荐(0)

导航