# learngit **Repository Path**: shuaigege/learngit ## Basic Information - **Project Name**: learngit - **Description**: 学习git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git is a distributed version controller system git is free software distribute under the GPL git has a mutable index called stage git tracks chanages of files git hello world hello Create a new branch hello Creating a new branch is quick Creating a new branch is quick $ simple Creating a new branch "dev" <<<<<<< HEAD <<<<<<< HEAD hello 2 ======= world 1 >>>>>>> feature1