Initialisation d'un dépôt sur la machine locale
$ git init # You're done!
$ git remote add origin url_of_your_git_server # So that you can push your code somewhere.
Chris Nzoka-okoye