从零开始学github-2、git可以为我们做什么

1、数据备份        公司的服务器作为一个git服务镜像。 作用:防止数据丢失,no matter what happens!!! 过程: 1)写东西 2)本地提交       git -u add       git  commit 3)做一次总的提交(主机-->公司服务器)       git push 4)公司服务器和数据中心有自动提交功能(它们之间建立了镜像) (ps:图上数据中线下
相关文章
相关标签/搜索