[X2Go-Commits] page changed: wiki:development:release-howto-mswin

wiki-admin at x2go.org wiki-admin at x2go.org
Wed Feb 25 14:19:41 CET 2015


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2015/02/25 13:19
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=1424867635
New Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin
Edit Summary: Simpify steps to create a branch.
User        : mikedep333

@@ -15,12 +15,11 @@
  
  ^  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 checkout master</code> | Only necessary, if you're not already on the ''master'' branch. Check via ''git status''. |
- |  4  | <code bash>git pull --rebase</code> |
Always make sure the repository is up-to-date. |
- |  5  | <code bash>git checkout <ver> </code> | |
- |  6  | <code bash>git checkout -b <ver-mswin> </code> | | Creates a branch
+ |  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
  
  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/



More information about the x2go-commits mailing list