Anonymous

Git: Difference between revisions

From London Hackspace Wiki
7 bytes added ,  26 February 2011
m
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 ==
3,313

edits