git文件提交流程
2023-03-02 14:37:15 7 举报
git文件提交流程
作者其他创作
大纲/内容
git checkout file git restore file
git ls-files 查看当前提交的多少文件
版本库---版本库:index/stage
本地工作区
git push oriin branch
add
文件状态为 unstaged/modeifed
git diff 查看文件内容
git pull origin branch --rebase
git commit -am 'xx'
git fetch
git restore file --stagedgit reset file git checkout
git cat-file 命令 显示版本库对象的内容、类型及大小信息。
git reset commitID
版本库---暂存区:index/stage
新增/修改
远程仓库
0 条评论
下一页