Changes between Version 9 and Version 10 of notes/git


Ignore:
Timestamp:
2018-04-11T05:28:50Z (7 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/git

    v9 v10  
    4949== edit, reword, squash, fixup, drop last `n` commits
    5050`git rebase -i HEAD~n`
     51
     52== grep commit contents
     53`git log -p --all -G clean_empty_state`