A project is being developed, new people are being added to the team. Versioning is done using GIT. Explain the algorithm for connecting a new person to the project. Suppose the last commit is called second.
- A new branch is created for a new developer.
- It clones the project repository.
- Moves to its branch
Question 1: Do I understand correctly the algorithm for adding a new developer to a project?
Question 2: After cloning, the new developer starts his work, in his branch, with commit second?