Browse Source

Update README after merging test to master branch

Jojo 5 years ago
parent
commit
348f9e14e0
1 changed files with 1 additions and 5 deletions
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -38,15 +38,11 @@ TWELVE HEROES
    * clone with your username (It will ask for your bitbucket password):  
       `git clone https://USERNAME@bitbucket.org/jojolb/twelve-heroes.git`
 
-!  So far all the code I worked on is in the branch named "test" !
-
 ### 3. Work in your branch
    * `cd twelve-heroes`
-   * All the new code in on branch "test" so go there :  
-    `git checkout test`
 
    * Create your own branch from this code and name it as you want :  
-    `git checkout -b \<name of your branch\> test`
+    `git checkout -b \<name of your branch\> master`
 
    * To push modifs :  
     from project root folder ("twelve-heroes/") :