faq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| faq [18/03/2020 10:44] – [git repos] admin | faq [19/05/2022 09:41] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== FAQ ====== | ||
| - | |||
| - | ===== git repos ===== | ||
| - | |||
| - | More details see [[https:// | ||
| - | |||
| - | * Clone repo to the local computer: < | ||
| - | git clone git@theory.sinp.msu.ru: | ||
| - | </ | ||
| - | * Prepare new file(s) for commit: < | ||
| - | git add file1 file2 ... | ||
| - | git add -A (for all files) | ||
| - | </ | ||
| - | * Commit file(s): < | ||
| - | git commit file1 file2 ... | ||
| - | git commit -A (for all files) | ||
| - | </ | ||
| - | * Push changes to repo: < | ||
| - | git push | ||
| - | </ | ||
faq.1584528254.txt.gz · Last modified: by admin
