Bureaucrats, checkuser, Administrators
3,313
edits
Line 23: | Line 23: | ||
== For each project == | == For each project == | ||
The best way to contribute to a project with distributed version is to create your own copy, and then push upstream any changes you make. | The best way to contribute to a project with distributed version control is to create your own copy, and then push upstream any changes you make. | ||
To create a copy of the project: | To create a copy of the project: | ||
Line 30: | Line 30: | ||
git clone git://github.com/londonhackspace/irccat-commands | git clone git://github.com/londonhackspace/irccat-commands | ||
cd irccat-commands | cd irccat-commands | ||
== Committing == | == Committing == |