git init

Shell
cd /path/to/my/codebase
git init   
git add .    
git commit -m "my comment"   cd /path/to/my/codebase
git init   
git add .    
git commit -m "my comment" $ cd /path/to/my/codebase
$ git init      (1)
$ git add .     (2)
$ git commit    (3)
Source

Also in Shell: