Skip to content

Git Initialize Repository

Kenneth Kasajian edited this page Jul 8, 2014 · 3 revisions

Create a new local repository

  • CD into directory and type:

    git init

Technical details:

This creates .git folder, where the entire repository will reside.


References