From 8f0341d0a44f5cd4fc97c9f898f5ee0af916dc75 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 28 Jun 2013 15:09:03 -0400 Subject: More prose on pull requests. --- wiki/git/pull-request-workflow.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wiki') 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 -- cgit v1.2.3