Browse Source

script to setup local git config

zwbetz-gh 5 năm trước cách đây
mục cha
commit
f6708d1cf4
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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