Git四个高冷的命令场景

Posted 朱清云的技术博客

tags:

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

在我们程序员的日常工作,除了普通的Git Pull, Git commit之外,偶尔也会用下面几个高冷的命令

1.1 Git pull from other branch
git checkout
git pull --tags origin targetBranch

1.2 Remove branch from remote
git branch -d localBranchName
git push origin --delete remoteBanchName

1.3 Git checkout
git branch new-branch-name
git push --set-upstream origin new-branch-name

1.4 Git roll back
git log branchName
git reset –soft [logic]

以上是关于Git四个高冷的命令场景的主要内容,如果未能解决你的问题,请参考以下文章

19 个高逼格 Linux 命令,赶紧拿去用…

19 个高逼格 Linux 命令,赶紧拿去用!

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

git常用命令常用场景

Git常用命令及场景

git的使用以及常用命令场景