📝 add git follow
This commit is contained in:
parent
415602a58f
commit
15d141dc55
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue