A page in your DokuWiki was added or changed. Here are the details: Date : 2015/02/25 13:31 Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36 IP-Address : 71.175.97.130 Hostname : pool-71-175-97-130.phlapa.fios.verizon.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin?rev=14248... New Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin Edit Summary: correct creating a branch, so that it is not based off of a nameless branch User : mikedep333 @@ -16,10 +16,9 @@ ^ No ^ Command ^ Tips / Comment ^ | 1 | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. | | 2 | <code bash>cd <component></code> | | | 3 | <code bash>git fetch --all </code> | If the repo already exists, you will follow this step instead of step 1. | - | 4 | <code bash>git checkout <ver> </code> | | - | 5 | <code bash>git checkout -b <ver-mswin> </code> | | Creates a branch + | 4 | <code bash>git checkout -b <ver-mswin> <ver> </code> | | Creates a branch off of the released tag If a branch already exists: ^ No ^ Command ^ Tips / Comment ^ | 1 | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. | -- This mail was generated by DokuWiki at http://wiki.x2go.org/