Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2020-06-11 03:51:33 +0300
committerzwbetz-gh <zwbetz@gmail.com>2020-06-11 03:51:33 +0300
commitf6708d1cf4a987f52d1820439f809323ee1ea788 (patch)
treebcd7430f3b81d3f19962d5aa1143e4e8fb99f9f0
parent1ca724981052ff0b3e7ed49a05fc0c6c16ced544 (diff)
script to setup local git config
-rwxr-xr-xlocal_git_config.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/local_git_config.sh b/local_git_config.sh
new file mode 100755
index 0000000..d510958
--- /dev/null
+++ b/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