diff --git a/README.md b/README.md index 0b5405b..ad28cb2 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ git checkout -- path/to/dir # delete branches not present on remote git remote prune origin + +# see all commits that affected somefile +git log --follow -- filename ``` #### Submitting multiple PRs