# learngit **Repository Path**: studylbq/learngit ## Basic Information - **Project Name**: learngit - **Description**: learn git from https://liaoxuefeng.com/books/git/introduction/index.html - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-13 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Git is a Distributed version control sysytem. Git is free software. Distributed under the GPL. Git has a mutable index called stage. 5.3 Git tracks changes OF files. 7.1 Creating a new branch is quick. 7.2 Creating a new branch is quick AND simple. 7.3 7.4 on branch-dev: git stash, o branch-master: fix bug issue-101