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.
get ssh;
> ssh-keygen
> cat /root/.ssh/id_rsa.pub
setting ssh into your GitHub;