标签:详情 config message 邮箱 apply 回退版本 ima 版本库 ESS
拉取远程仓库到本地-----git clone 仓库路径
建议将beyond compare配置为diff工具,用于diff以及merge冲突
提交简介-----git log --pretty=oneline
回退到某次提交-----git reset --hard commitid
回到未来版本-----git reset --hard commiyid
提交到了版本库-----回退版本
从版本库中删除文件但是本地不删除文件-----git rm --cached 文件名
恢复+删除-----git stash pop
查看远程tag-----git tag -r
更新到本地-----git pull origin --tags
使用git help查看git常用的命令,使用git help -a 查看git可用的所有命令
标签:详情 config message 邮箱 apply 回退版本 ima 版本库 ESS
原文地址:https://www.cnblogs.com/my466879168/p/12273194.html