# gitconfig-demo **Repository Path**: baijunyao/gitconfig-demo ## Basic Information - **Project Name**: gitconfig-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2022-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Git Config ## Features - Set user and email according to the directory - Ignore files globally ## Installation ```bash git clone git@github.com:baijunyao/gitconfig-demo.git ~/Sites/gitconfig ``` ## Usage Add the following code to the ~/.gitconfig ``` [include] path = ~/Sites/gitconfig/.gitconfig ``` ## Links - [非常实用的为公司和个人项目分别设置 Git User 的方案](https://baijunyao.com/articles/223)