Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdelements/common_configurations
Common project configuration files
https://github.com/sdelements/common_configurations
Last synced: about 2 hours 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T23:38:19.000Z (7 months ago)
- Last Synced: 2024-11-06T17:41:47.386Z (about 2 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
```