What is Git?
Git is what’s called a version control or source control system
¿What does Git do?
In essence:
¿What is a branch?
A branch is a copy of your project that you can work on with or without changing the original.
¿What is merging?
It is to synchronize created branches.