When working on a file, we often want to know who made certain changes last; we can use git blame to see details about the last modification of each line in a file. In this lesson, we show and example of using git blame to see who made the last chang
1 修改上一次历史提交,替换掉上次的提交git commit --amend 2 git rebase 将不同分支路径合并到同一分支路径上eg:将master分支上的 conflic rebase合并到 head分支上* ada88de(HEAD, test_rebase)Initial commit on test_rebase| *2a4a11f (master) coflict rebase| /|/* ac75384 This is a amend commit $ git rebase