DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Git: Start A New Project
Creating and Commiting
$ cd (project-directory) $ git init $ (add some files) $ git add . $ git commit -m 'Initial commit'
Reference: <a href="http://git-scm.com/">Git homepage</a>






Comments
Snippets Manager replied on Fri, 2009/06/05 - 3:32am