Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 318 Bytes

CommonConfigs

Configs that used in many repos

Usage

To use this configs in another repo just use git submodule add.
For example:
git submodule add https://github.com/EndlessCodeGroup/CommonConfigs.git config

To update configs up to latest version use:
git submodule update --recursive --remote