https://github.com/sdelements/common_configurations
Common project configuration files
https://github.com/sdelements/common_configurations
Last synced: 3 months ago
JSON representation
Common project configuration files
- Host: GitHub
- URL: https://github.com/sdelements/common_configurations
- Owner: sdelements
- Created: 2020-02-10T18:02:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T23:38:19.000Z (about 2 years ago)
- Last Synced: 2025-07-13T07:48:17.946Z (12 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 34
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Common Configurations
This repository contains a set of common configurations files that can be re-used for other projects.
Symbolic links can be created to link files to this repository as so: `ln -s path/to/config/file path/to/store/file`
## How to use this repository
Add this repository as a submoule to your project like so:
```
git submodule add https://github.com/sdelements/common_configurations
```
## How to update my repo to use the latest version
From your repository, run the following commands in terminal:
```
git submodule update --remote --recursive
```