gists/git.md

145 B

Git

What commit added a certain file?

git log --diff-filter=A -- path/file

Edits of a certain file

git diff -- path/file