Changes between Version 13 and Version 14 of en/HowToCodeInTerminal
- Timestamp:
- May 16, 2025, 2:01:18 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/HowToCodeInTerminal
v13 v14 30 30 repository, e.g. https://gitlab.fi.muni.cz. In that case, you shall 31 31 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 server32 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 34 34 back to [https://gitlab.fi.muni.cz/ Gitlab]. Use `git pull` to update the 35 35 previously cloned repository in the server directory with changes made