Source Tree 的一些使用方法

1. 创建tag

2. rebase

  1. 先切到要rebase到的本地分支,fetch 远程最新的commit
  2. 再切到要rebase的分支,确保当前分支跟远程也是同步的
  3. 提交当前分支的commit
  4. rebase

3. 从tag创建hotfix分支

每天一点点
原文地址:https://www.cnblogs.com/juliazhang/p/15169795.html