chap6-2-unix-make编译维护工具探索.ppt

* * * * * git概念解释 repository:一个repository就是一组代码或文本的集合 master:主分支,仓库建立时自动创建 HEAD:指向你项目中的当前开发branch commit:一个commit包含一次代码的变更信息, 每git commit一次代码, 生成一个commit remote:远程仓库 基本的 Git 工作流程 1. 在工作目录中修改某些文件。 2. 对这些修改了的文件作快照,并保存到暂存区域。 3. 提交更新,将保存在暂存区域的文件快照转储到 git 目录中。 安装 Git 概括起来主要有两种,一种是通过编译源代码来安装;另一种是使用为特定平台预编译好的安装包。 在 Fedora 上用 yum 安装: $ yum install git-core git 命令 linux环境下git常用操作命令: git init git clone git log, git show, git diff git add, git commit, git push, git pull git config git branch … git clone git clone:将项目仓库中的所有内容都拷贝到本地 git支持多种协议, ssh, git, http, https, ftp, ftps, and rsync protocols. 格式

文档评论(0)

1亿VIP精品文档

相关文档