Ein git Repo auschecken, eine Datei hinzufügen und commiten:
git clone https://pfad/zum/repo cp datei repo/ cd repo git add datei git commit -a -m "Initial Commit" pit push
Ein git Repo auschecken, eine Datei hinzufügen und commiten:
git clone https://pfad/zum/repo cp datei repo/ cd repo git add datei git commit -a -m "Initial Commit" pit push
pit push? :D
git push :P