Home / Course / Git

A complete Git project management tool tutorial, a set for mastering Git

IntroductionChapterCourseware
Git is a Distributed Version Control System (DVCS for short), which is divided into two types of warehouses: Local warehouse and remote warehouse The workflow is as follows 1. Clone or pull code from the remote repository to the local repository (clone/pull) 2. Make code modifications locally 3. Submit the code to the staging area before submitting it 4. Submit to local repository. Save each modified historical version in the local warehouse 5. After the modification is completed, when you need to share the code with team members, push the code to the remote warehouse
  • Difficulty:Intermediate
  • Total of31 chapters
  • 27546 plays
  • About Instructor

    王林
    王林
    student
    You will learn:

    Git is a Distributed Version Control System (DVCS for short), which is divided into two types of warehouses: Local warehouse and remote warehouse The workflow is as follows 1. Clone or pull code from the remote repository to the local repository (clone/pull) 2. Make code modifications locally 3. Submit the code to the staging area before submitting it 4. Submit to local repository. Save each modified historical version in the local warehouse 5. After the modification is completed, when you need to share the code with team members, push the code to the remote warehouse

  • CancelreplySending
  • php.cn