This commit is contained in:
giomba 2021-11-30 15:49:01 +01:00
parent 88cdf79c43
commit 53c564cb3d
1 changed files with 8 additions and 0 deletions

8
git.md Normal file
View File

@ -0,0 +1,8 @@
# Git
### What commit added a certain file?
git log --diff-filter=A -- path/file
### Edits of a certain file
git diff <branch> -- path/file