# git-intro **Repository Path**: warpmatrix/git-intro ## Basic Information - **Project Name**: git-intro - **Description**: Record the Track of Learning Git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Brief Introduction to Git & Github 本仓库简单介绍 Git 和 Github,旨在记录自己的学习成果,帮助自己进行记忆,不喜勿喷。 ## Table of Contents - [Quick Start with Git](contents/quick-start-with-git.md) 面向小白,辅以 linux 环境下的例子,简单介绍 Git 及其基本操作。 - [Remote Respository - Github](contents/remote-respository---github.md) 简略介绍 Github 以及介绍在本地机器如何配置一个 Github 上的远程仓库。 - [Advanced Git](contents/advanced-git.md) 主要涉及一些常用的配置,方便开发的一些技巧以及介绍如何解决冲突。 - [Branch Management](contents/branch-management.md) 介绍与分支相关的其它 Git 指令以及 Git 的一种工作流程 - Git Flow。