Initialisierung eines Repo auf lokaler Maschine
$ 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