Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| documentation:retrieve-documentation [2010/11/08 19:32] – created mike | documentation:retrieve-documentation [2011/10/20 15:48] (current) – [Retrieve and create documentation] mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTRANS~~ | ||
| + | |||
| ====== Retrieve and create documentation ====== | ====== Retrieve and create documentation ====== | ||
| + | |||
| + | Here you will find some examples to checkout a documentation, | ||
| Downloading the // | Downloading the // | ||
| Line 28: | Line 32: | ||
| git checkout -b < | git checkout -b < | ||
| + | Adding new files: | ||
| + | git add [files] | ||
| + | git commit -m" | ||
| + | git push | ||