Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

Git Benutzen

289 Byte hinzugefügt, 09:07, 15. Jun. 2015
/* Installation unter Debian/Ubuntu */
** Überprüfen was alles gesetzt ist
$ git config --list
 
** Setzt remote repository
$ git remote add origin https://github.com/hackffm/repository.git
 
** Zeigt remote Verbindung an
git remote -v
 
** Kopiert Repository lokal
$ git clone /..../repository/.git
 
** Lädt Änderungen in das remote Repository
$ git push -u origin master
== Installation unter Mac OS X ==
279
Bearbeitungen