Changes between Version 13 and Version 14 of en/HowToCodeInTerminal


Ignore:
Timestamp:
May 16, 2025, 2:01:18 PM (2 weeks ago)
Author:
Ales Horak
Comment:

edited by hales in edit_page_in_vim.py

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v13 v14  
    3030  repository, e.g. https://gitlab.fi.muni.cz. In that case, you shall
    3131  store all your source codes and data files in [https://gitlab.fi.muni.cz/ Gitlab]
    32   and just `git clone` the repository to the server. Use `git add`, `git
    33   commit -a` and `git push` to promote changes that you make on the server
     32  and just `git clone` the repository to the server. Use `git add`, `git commit -a`
     33  and `git push` to promote changes that you make on the server
    3434  back to [https://gitlab.fi.muni.cz/ Gitlab]. Use `git pull` to update the
    3535  previously cloned repository in the server directory with changes made