Git
记录一下因为各种需求而对Git缝缝补补的学习
比较本地仓库分支 和 远程仓库分支commit
的不同
git fetch local_repo
git log local_branch..remote_repo/remote_branch
..
作差集
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
记录一下因为各种需求而对Git缝缝补补的学习
比较本地仓库分支 和 远程仓库分支commit
的不同
git fetch local_repo
git log local_branch..remote_repo/remote_branch
..
作差集