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
- Host: GitHub
- URL: https://github.com/thomaslorentsen/default-configs
- Owner: thomaslorentsen
- License: mit
- Created: 2017-07-07T08:29:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T20:18:02.000Z (over 3 years ago)
- Last Synced: 2025-06-16T13:14:08.566Z (about 1 year ago)
- Topics: config, git
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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 -- .
```