Today, I will introduce how to use Git. Git is a tool that we can use it record project logs. When we build a big project, there have many questions in development. Using Git can do a better job f in a team. We need to control source quality with Git in the pearl life project.
Git is an open-source version control system for projects. If you don’t use Git, you will have many conflicting project versions.
Local Git VS Github: you should know local Git is the same as GitHub, but remote Github is more like a repository to save and sync other people in the same project. The real work needs to be done in local Git.
Git framework: As we can see in this picture, the