GitHub相关
2018-02-13 本文已影响0人
家浩不是佳浩
GitHub相关
@(0x02 工具指南)[Github]
GitHub:GitHub是通过Git进行版本控制的软件源代码托管服务,由GitHub公司(曾称Logical Awesome)的开发者Chris Wanstrath、PJ Hyett和Tom Preston-Werner使用Ruby on Rails编写而成。—— 维基百科
[TOC]
git工具
git工具:Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. —— 官方
安装
- Windows:下载并安装
git
. - Mac:使用 Homebrew, MacPorts :
brew install git
;或下载 安装程序 安装。 - Linux (Ubuntu, Debian):
sudo apt-get install git-core
- Linux (Fedora, Red Hat, CentOS):
sudo yum install git-core
ProGit
修订记录
- 2018.02.10 - 初版发布
参考链接
本文作者:zangjiaao
本文链接:
版权申明: 本博客所有文章除特别声明外,均采用 CC BY-NC-ND 4.0 许可协议。转载请注明出处!