User Tools

Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
faq [18/03/2020 13:43] – created adminfaq [19/05/2022 12:41] (current) – removed admin
Line 1: Line 1:
-====== FAQ ====== 
- 
-===== git repo ===== 
- 
-More details see [[https://proglib.io/p/git-for-half-an-hour|Git за полчаса]] 
- 
-  * Clone repo to the local computer: <code> 
-git clone git@theory.sinp.msu.ru:comphep  
-</code> 
-  * Prepare new file(s) for commit: <code> 
-git add file1 file2 ...  
-git add -A (for all files) 
-</code> 
-  * Commit file(s): <code> 
-git commit file1 file2 ... 
-git commit -A (for all files) 
-</code> 
-  * Push changes to repo: <code> 
-git push 
-</code> 
  
faq.1584528180.txt.gz · Last modified: 18/03/2020 13:43 by admin