Split a too-long line

Tom Ritchford
2024-05-08 19:55:16 +02:00
parent 234d350249
commit fd96d91474

@ -39,7 +39,8 @@ The head of the pytorch/pytorch master branch may have test failures ([see here
Some quick git tips on maintaining feature branches:
```
# These tips assume upstream points to pytorch/pytorch. (Some people develop with origin pointing to pytorch/pytorch.)
# These tips assume upstream points to pytorch/pytorch.
# (Some people develop with origin pointing to pytorch/pytorch.)
# Create a new branch from upstream/viable/strict
git fetch upstream viable/strict