= Git Cheat Sheet [[http://github.com/guides/git-cheat-sheet|GitHub Cheat Sheet]] == Neues Repo (gitosis) # Projektverzeichnis in ''gitosis-admin/gitosis.conf'' eintragen, # leeres Verzeichnis lokal anlegen und mit ''git init'' gitifizieren, # git remote add origin git@github.com:YourGitHubUsername/your-github-projectname.git git push origin master http://github.com/guides/import-an-existing-git-repo {{tag>Git}}