Posts Tagged With: control

Using Git – the Basic Commands

Tagged with: , , ,

Initialize a New Project in Git…


git init
git add .
git commit

#Add a file
git add file.php

git status

git commit

Git Tutorial

2 Comments »