From 40c88b1aff65892e45cc563714527f751937201c Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 1 Jul 2015 01:54:01 +0200 Subject: [PATCH] add `git checkout dev` at the end so you don't stay in master --- 2. About branches.md => 2.-About-branches.md | 1 + 1 file changed, 1 insertion(+) rename 2. About branches.md => 2.-About-branches.md (94%) diff --git a/2. About branches.md b/2.-About-branches.md similarity index 94% rename from 2. About branches.md rename to 2.-About-branches.md index 62142cc..e2756fa 100644 --- a/2. About branches.md +++ b/2.-About-branches.md @@ -7,4 +7,5 @@ This branch is used for the production server. ```bash git checkout master git merge dev +git checkout dev ``` \ No newline at end of file