Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```