Git本地仓库常用指令
git init:创建版本库
git status:查看当前的Git仓库状态
git commit -m “add a new line”
git log:查看从近到远的提交日志
git reset –hard commit id:
git reset –hard 版本号部分
git commit -m “creat hello.txt file”
Git本地仓库常用指令
git init:创建版本库
git status:查看当前的Git仓库状态
git commit -m “add a new line”
git log:查看从近到远的提交日志
git reset –hard commit id:
git reset –hard 版本号部分
git commit -m “creat hello.txt file”
本文标题:Git本地仓库基本指令
本文链接:https://www.haomeiwen.com/subject/tkzhnftx.html
网友评论