diff options
Diffstat (limited to 'wiki/git/pull-request-workflow.md')
| -rw-r--r-- | wiki/git/pull-request-workflow.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/git/pull-request-workflow.md b/wiki/git/pull-request-workflow.md index 900c45b..2d7e216 100644 --- a/wiki/git/pull-request-workflow.md +++ b/wiki/git/pull-request-workflow.md @@ -49,6 +49,9 @@ While you're here, `cd` into it and add the original project as a remote: ## Feature process +Do these things for each feature you work on. To switch features, just use +`git checkout my-feature`. + ### Create a new feature branch locally We use `upstream`'s `master` branch here, so that your feature includes all of |
