summaryrefslogtreecommitdiff
path: root/git/set-global_user.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-02 11:15:50 +0800
committerhc <hc@email.ch>2024-10-02 11:15:50 +0800
commit58f75cd799cefa86a378a78599710de0099cb86a (patch)
tree42e11c53acb2e1414efe5e6a64380ef589f31dea /git/set-global_user.sh
parent809a9229b68f4b1385915c152a49e69ebee963a7 (diff)
added ssh agrent forwarding
Diffstat (limited to 'git/set-global_user.sh')
-rwxr-xr-xgit/set-global_user.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/set-global_user.sh b/git/set-global_user.sh
new file mode 100755
index 0000000..30e11eb
--- /dev/null
+++ b/git/set-global_user.sh
@@ -0,0 +1,2 @@
+git config --global user.email "hc@email.ch"
+git config --global user.name "hc"