From: divVerent Date: Wed, 31 Oct 2012 13:42:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "Repository_Access" version 53) X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=39355e6d3c55bada0d1c08c12c8d49bab934b762;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "Repository_Access" version 53) --- diff --git a/Repository_Access.textile b/Repository_Access.textile index 3153406..f807e49 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -134,7 +134,7 @@ h3. Windows To write your own changes to the Xonotic Git, do the following: * You must first have a putty SSH key, containing your private key. To generate one use "puttygen" : http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html which creates a ppk file. Choose SSH-2 RSA format and once the key has been generated save it as a private key. * Make sure the public key is accepted on the Git server. To find it, open the generated key in a text editor and read the "public-lines". -* Open the Settings menu of Tortoise Git (right click anywhere in the folder you are setting this for) and go to Git -> Remote. Select "origin" for remote, "ssh://xonotic@git.xonotic.org/xonotic-data.pk3dir.git" for URL (data.pk3dir is the example for the "data" branch, each pk3dir is separate!) and for Putty Key browse and select the key file previously mentioned. +* Open the Settings menu of Tortoise Git (right click anywhere in the folder you are setting this for) and go to Git -> Remote. Select "origin" for remote, "ssh://xonotic@push.git.xonotic.org/xonotic-data.pk3dir.git" as pushing URL (data.pk3dir is the example for the "data" branch, each pk3dir is separate!) and for Putty Key browse and select the key file previously mentioned. * In order to make a new branch, right click somewhere and choose Create Branch from the Tortoise Git context menu. This will create a local branch you can do anything with. Once you locally committed your changes to your branch, select Push to upload or update the branch on the Git server. From the Push window, choose your local branch for Local, leave Remote empty, and select origin for Destination.