Zum Inhalt springen

Git: Unterschied zwischen den Versionen

Oneup (Diskussion | Beiträge)
Die Seite wurde neu angelegt: == Git Introduction / Tutorial == <pre>git clone someurl</pre> <pre>git pull</pre> <pre>git commit file -m "holla" git push</pre> <pre>git stash # stacks away git s...
 
Oneup (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
== WTF ==
Git is a version control system (like svn, you heard of that, aight?). It's more powerful than svn and infinitely more confusing (for starters).
Let's go
== Git Installation ==
=== OS X ===
[http://code.google.com/p/git-osx-installer/ git OS X Installer]
[http://help.github.com/mac-key-setup/ github mac key setup]
== Git Introduction / Tutorial ==
== Git Introduction / Tutorial ==