# git-first **Repository Path**: aervin/git-first ## Basic Information - **Project Name**: git-first - **Description**: Git入门 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-09-29 - **Last Updated**: 2023-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Git 技能学习 中文 | [English](README.en.md) ## Git 安装 `sudo apt-get install git` 在Linux上安装Git `git config -l` 或者 `git config --list` 列出所有配置 `git config --global