Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(to push changes, work on new branches, …): check with PCDS on how they could use our git repository

Code Block
languagebash
themeMidnight
firstline1
titleTo check the repository status
linenumberstrue
git status
Code Block
languagebash
themeMidnight
firstline1
titleTo add a new file to the repository
linenumberstrue
git add my_new_file.txt
Code Block
languagebash
themeMidnight
firstline1
titleTo log the changes in git
linenumberstrue
git commit -m 'A short descriptive message about the commit.'