# MyCode **Repository Path**: liaoch_top/MyCode ## Basic Information - **Project Name**: MyCode - **Description**: Backup my local code! - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-23 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyCode Record learning and achieve some ideas! set the local ignore rules: '/.git/info/exclude' set the local abbreviation rules: repository: '/.git/config' global: 'c:/user/username/.gitconfig' solve the warning LF will be replaced by CRLF: 'git config --gobal core.autocrlf false' add LF in README.md: enter two spaces and one LF where you want to wrap