Using Git - the Basic Commands
Sunday, September 16th, 2007
Initialize a New Project in Git…
git init
git add .
git commit
#Add a file
git add file.php
git status
git commit
[tags]git,command,source,control[/tags]
Initialize a New Project in Git…
git init
git add .
git commit
#Add a file
git add file.php
git status
git commit
[tags]git,command,source,control[/tags]