7 lines
138 B
Bash
7 lines
138 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git config --local user.name "zwbetz-gh"
|
||
|
git config --local user.email "zwbetz@gmail.com"
|
||
|
|
||
|
git config --local --list
|