git安装和使用(Git的安装)
git安装和使用(Git的安装)或者Debian或Ubuntu系统sudo apt-get install gitcentos:yum -y install git可以下载git工具SourceTree:https://www.sourcetreeapp.com/或者git桌面版:https://desktop.github.com/linux下的安装:
版本库的发展
win下的安装
windows:https://git-scm.com/
双击打开
可以下载git工具SourceTree:https://www.sourcetreeapp.com/
或者git桌面版:https://desktop.github.com/
linux下的安装:
centos:yum -y install git
或者Debian或Ubuntu系统sudo apt-get install git
git help命令查看是否成功
git_hub网站注册与新建项目
新建完成后,获取项目git路径链接
在win或者linux下cd到项目文件夹下,使用
git clone https://github.com/your name/object.git
克隆github上的项目