存在的记忆

GIT 学习记录(一)


基础学习

初始化仓库

git init

跟踪这个文件(提交到暂存区)

git add  

提交到版本库中,-m为备注

git commit

提交到暂存区再提交到版本库里

git commit am  (参数a相当于add和commit两个命令合并)

查看git管理状态

git status

暂存区

stagin area 

工作区

work area

本地仓库

local repository

远程仓库

remote repository

git状态管理

当前页面是本站的「Baidu MIP」版。查看和发表评论请点击:完整版 »