Luke Owncloud %!s(int64=11) %!d(string=hai) anos
pai
achega
0a2656b723
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SETUP.md

+ 1 - 1
SETUP.md

@@ -79,7 +79,7 @@ To make sure your new pull request does not contain commits which are already co
 * git fetch upstream
 * git fetch upstream
 * git checkout -b my_new_develop_branch upstream/develop
 * git checkout -b my_new_develop_branch upstream/develop
 * If you want to rename that branch later: "git checkout -b my_new_develop_branch_with_new_name"
 * If you want to rename that branch later: "git checkout -b my_new_develop_branch_with_new_name"
-* Push branch to server: "git push -u origin meaningful_name_for_branch"
+* Push branch to server: "git push -u origin name_of_local_develop_branch"
 * Use Github to issue PR
 * Use Github to issue PR