소스 검색

Update README after merging test to master branch

Jojo 5 년 전
부모
커밋
348f9e14e0
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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/") :