# fornaomiGit **Repository Path**: pinghailinfeng/fornaomi-git ## Basic Information - **Project Name**: fornaomiGit - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-24 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Git极简教程 ## Git 介绍 git 是一个分布式工具,目前公司版本管理工具都是git 来管理 ## Git 基本概念 Git托管代码的网站/平台 - Github - Gitee ## 仓库 - 远程仓库 https://gitee.com/pinghailinfeng/fornaomi-git - 本地仓库 ## 初始化本地仓库 ```shell git init ```