标签:操作 read git log rate inf img line 分享图片 out
匿名分支
git checkout HEAD~
git checkout commit_ID
*会创建匿名分支,可以在匿名分支里做实验性的操作
git log --decorate --oneline --graph --all
命令:git checkout HEAD~ README.md
命令:git checkout -- README.md
命令:git checkout 37370
标签:操作 read git log rate inf img line 分享图片 out
原文地址:https://www.cnblogs.com/Pjwork/p/9464279.html