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

To check the repository status
git status
To add a new file to the repository
git add my_new_file.txt
To log the changes in git
git commit -m 'A short descriptive message about the commit.'
  • No labels

1 Comment

  1. So glad this page exists! We should expand upon this, perhaps with the help of ECS. I've come across multiple Slack threads in which people lamented that there isn't a "Learning Git" resource for beginner, intermediate, or advanced users (smile)