#Git mini tip:
You can shorten SHAs to as few as their first four characters, and Git will still accept them. In the case of ambiguity, where the same prefix matches two commits, Git will tell you. Short prefixes can save a lot of copy-pasting or typing when jumping from commands, such as from `git log` to `git diff`.
