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

https://github.com/thomaslorentsen/default-configs

Configuration files for everything I need
https://github.com/thomaslorentsen/default-configs

config git

Last synced: 10 months ago
JSON representation

Configuration files for everything I need

Awesome Lists containing this project

README

          

# Configs
Configuration files for everything I need

- [exclude](exclude) - File exclusions for rsync
- [editorconfig](.editorconfig) - editor config

# Useful Git Commands
Unstage files
```bash
git reset HEAD -- .
```