git log 用法大全
git log [<options>] [<since>..<until>] [[--] <path>...] 因为这个命令用的很多。找了点资料,放到这了。 Description Shows the commit logs. The command takes options applicable to the git rev-list command to control what is shown and how, and options applicable to the git diff-* commands to control how the changes each commit introduces are shown. Options -p, -u Generate patch (see section on generating patches). -U<n>, --unified=<n> Generate diffs with <n> lines of context instead of the usual three. Implies -p. --raw Generate the raw format. --patch-with-raw Synonym for -p --raw. --patience Generate a diff using the