📝 add git follow

This commit is contained in:
dannydannydanny 2021-09-02 11:04:36 +02:00 committed by GitHub
parent 415602a58f
commit 15d141dc55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,9 @@ git checkout <otherbranch> -- path/to/dir
# delete branches not present on remote # delete branches not present on remote
git remote prune origin git remote prune origin
# see all commits that affected somefile
git log --follow -- filename
``` ```
#### Submitting multiple PRs #### Submitting multiple PRs