Skip to content
Fragmented Development

Posts Tagged With git

All of the following posts share a tag, and are related to that subject. If you would like to try another subject, you can pick from the available tags.

Show a diff inside of git log

If you've ever needed to view all the changes that are happening in a repository or a branch, there are two flags for the git log command that should interest you: git log -c and git log --cc.

Read the full post: Show a diff inside of git log