记录一下因为各种需求而对Git缝缝补补的学习

比较本地仓库分支 和 远程仓库分支commit的不同

  • git fetch local_repo
  • git log local_branch..remote_repo/remote_branch
    • ..作差集