User Tools

Site Tools


faq

This is an old revision of the document!


FAQ

git repos

More details see Git за полчаса

  • Clone repo to the local computer:
    git clone git@theory.sinp.msu.ru:comphep 
  • 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.1584528200.txt.gz · Last modified: 18/03/2020 13:43 by admin