— Clone repository with submodules automatically:
git clone --recursive [email protected]:name/repo.git
— Initialize submodules after regular cloning:
| using System; | |
| using System.ComponentModel; | |
| using System.Drawing; | |
| using System.Linq; | |
| using System.Runtime.InteropServices; | |
| using System.Security; | |
| using System.Security.Permissions; | |
| using System.Windows.Input; | |
| namespace Demo | 
— Clone repository with submodules automatically:
git clone --recursive [email protected]:name/repo.git
— Initialize submodules after regular cloning:
| # author: GitHub@TitanRGB | |
| # This document allows GitHub to correctly identify Altium Designer, KiCAD, Gerber and Eagle documents and add them to GitHub Repository's language statistics. | |
| # 这个文档可以使GitHub正确的识别Altium Designer、KiCAD、Gerber以及Eagle的文档,并将它们加入到GitHub Repository的语言统计中。 | |
| # https://gist.github.com/TitanRGB/61c37bf71159cc9a511558ec7c218339 | |
| *.OutJob linguist-detectable=true | |
| *.PcbDoc linguist-detectable=true | |
| *.PrjPCB linguist-detectable=true | |
| *.SchDoc linguist-detectable=true | 
| { | |
| "final_space": true, | |
| "console_title": true, | |
| "console_title_style": "folder", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "horizontal_offset": 0, | |
| "vertical_offset": 0, |