summaryrefslogtreecommitdiff
path: root/setup/git
diff options
context:
space:
mode:
authorhc <hc@email.ch>2025-06-25 19:40:43 +0800
committerhc <hc@email.ch>2025-06-25 19:40:43 +0800
commitccdde5f4424836fc8e9cc98c204510fed9612e70 (patch)
treedf1500f00b2f0b32b8729732454585c318b51110 /setup/git
parentd6eb567da3e6d2e64ebf22adf1fc6d21c47090f8 (diff)
merged setup and contaienrs
Diffstat (limited to 'setup/git')
-rwxr-xr-xsetup/git/set-global_user.sh2
-rwxr-xr-xsetup/git/tools/git-ssh-wrapper.sh2
-rw-r--r--setup/git/tools/usefulbutnotthatusefulidkwhattodo0
3 files changed, 4 insertions, 0 deletions
diff --git a/setup/git/set-global_user.sh b/setup/git/set-global_user.sh
new file mode 100755
index 0000000..30e11eb
--- /dev/null
+++ b/setup/git/set-global_user.sh
@@ -0,0 +1,2 @@
+git config --global user.email "hc@email.ch"
+git config --global user.name "hc"
diff --git a/setup/git/tools/git-ssh-wrapper.sh b/setup/git/tools/git-ssh-wrapper.sh
new file mode 100755
index 0000000..dc23334
--- /dev/null
+++ b/setup/git/tools/git-ssh-wrapper.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+ssh -v -A -o ForwardAgent=yes "$@"
diff --git a/setup/git/tools/usefulbutnotthatusefulidkwhattodo b/setup/git/tools/usefulbutnotthatusefulidkwhattodo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/setup/git/tools/usefulbutnotthatusefulidkwhattodo