script to setup local git config

This commit is contained in:
zwbetz-gh 2020-06-10 19:51:33 -05:00
parent 1ca7249810
commit f6708d1cf4
1 changed files with 6 additions and 0 deletions

6
local_git_config.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
git config --local user.name "zwbetz-gh"
git config --local user.email "zwbetz@gmail.com"
git config --local --list