cupper-hugo-theme/local_git_config.sh
2020-06-10 19:51:33 -05:00

7 lines
138 B
Bash
Executable File

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