Things to read before using Git for school

These are some links related to version control for my school's project team to read through.

Things to read before using Git for school

These are some links related to version control for my school's project team to read through.

What is Git and how to use it?

Just skip to the core concepts.

Git Feature Branches

This post assumes you know the basic usage of git. With multiple people working on the same project, everyone should have an isolated code base, merging back with one another only when the task is done. This is known as Feature Branches where each feature will be branched out, worked on and merged back into the master branch. In my team's case, we should use this format for our branch name:
<jira-ticket>-short-description.
34-set-up-react-template


Photo by Max Fischer from Pexels