-
-
Save jintao-zero/d0765acbb45cdbbff90490415a1e3bb5 to your computer and use it in GitHub Desktop.
command about git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、获取分支对应的远端分支 | |
git branch -vv | |
git remote show origin | |
2、获取两个分支的差别 | |
git log A..B // show commit in B, not in A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment