Browse Source

script to setup local git config

zwbetz-gh 5 years ago
parent
commit
f6708d1cf4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      local_git_config.sh

+ 6 - 0
local_git_config.sh

@@ -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