Git本地仓库基本指令

2018-09-17  本文已影响0人  然也翰飞

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”

上一篇下一篇

猜你喜欢

热点阅读