Git 小记

提交模型  现在工作区修改文件,然后用 git add 把文件添加到stage暂存区,最后用 git commit 把暂存区的所有内容提交到当前分支master。     常用指令  git init        将当前目录变成Git可以管理的仓库 git add filename    把文件提交到暂存区 git commit -m '版本说明'    提交暂存区中内容 git status 
相关文章
相关标签/搜索