Home | Mirror | Search

6. Cloning

		
$ git clone git://github.com/git/hello-world.git
$ cd hello-world
$ (edit files)
$ git add (files)
$ git commit -m 'Explain what I changed'
		
		
comments powered by Disqus