Git Config
A simple script for writing git configuration files to a project.
Setup
npx
Using Run the following command to write the configuration files
npx @eliasnorrby/git-config
This will run a setup script, writing to .gitignore
and .gitattributes
.
Existing files will not be overwritten unless you pass the --force
flag.