4
edits
|  (add link for smartgit) | Magenknurren (talk | contribs)   (→Links) | ||
| Line 173: | Line 173: | ||
| * [https://github.com/bitcraftlab/Principia-Textilica-Course Code repository for our ''Principia Textilica'' Course] (github) | * [https://github.com/bitcraftlab/Principia-Textilica-Course Code repository for our ''Principia Textilica'' Course] (github) | ||
| * [http://www.syntevo.com/smartgit/download SmartGit] - Portable Git-GUI, incl. Git client, free for non-commercial use, approx. 4GB | * [http://www.syntevo.com/smartgit/download SmartGit] - Portable Git-GUI, incl. Git client, free for non-commercial use, approx. 4GB | ||
| === GIT Commands === | |||
|  git clone https://github.com/magenknurren/Principia-Textilica-Course.git  | |||
| to get the repository cloned | |||
|  git add --all | |||
| to add all the files you changed localy | |||
|  git commit -m "my commit" | |||
| to add a commit to the files you have add | |||
|  git push --all | |||
| to push your stuff to the repo | |||
| [[Category:Martin Schneider]] | [[Category:Martin Schneider]] | ||
edits