Differences between revisions 3 and 4
Revision 3 as of 2015-02-24 15:56:32
Size: 919
Comment:
Revision 4 as of 2015-02-24 15:57:32
Size: 931
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=How to contribute using GIT= = How to contribute using GIT =
Line 5: Line 5:
==First of all a few links to tutorials and other useful help to get going with git.== == First of all a few links to tutorials and other useful help to get going with git. ==
Line 15: Line 15:
==Graphical tools for GIT==
===On Windows===
== Graphical tools for GIT ==
=== On Windows ===
Line 21: Line 21:
===On MAC=== === On MAC ===
Line 26: Line 26:
===On Linux=== === On Linux ===

How to contribute using GIT

The wxPython code is stored in a Github repository and the preferred why of provinding changes is via PR's (Pull Requests), the following page will provide some pointers on how to work with git and Github.

Start with GIT

Git immersion tutorial

Fork a repo

git cheat sheet

Graphical tools for GIT

On Windows

Git for Windows

Tortoise for GIT - a graphical UI

On MAC

Git

GitX - a graphical UI

On Linux

ContributeWithGIT (last edited 2015-04-08 23:28:11 by MoonKid)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.