sh 一些有用的git命令。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 一些有用的git命令。相关的知识,希望对你有一定的参考价值。

# Reset local repo to the last commit
git reset --hard

# Reset local repo to a specified commit
git reset --hard <SOME-COMMIT>

# Check last commit on your local
git log -1

# Get remote url used on your local
git config --get remote.origin.url

# Remove a file or folder from a repo, without deleting it from your local
git rm --cached mylogfile.log
git rm --cached -r mydirectory

以上是关于sh 一些有用的git命令。的主要内容,如果未能解决你的问题,请参考以下文章

sh 有用的git命令

sh 有用的Git命令

sh 有用的git命令

markdown 一些有用的Git命令和命令场景的Git备忘单。

sh git配置有用的别名

.sh 文件的 Git bash 选项卡完成