docs: close out phase 0 workflow foundation
This commit is contained in:
@ -80,6 +80,7 @@ Example feature branch flow:
|
||||
```bash
|
||||
git checkout develop
|
||||
git pull
|
||||
# if git pull fails, continue using local branch state and say so explicitly
|
||||
git checkout -b feature/example-task
|
||||
# make focused changes
|
||||
git commit -m "docs: describe example task flow"
|
||||
|
||||
Reference in New Issue
Block a user