summaryrefslogtreecommitdiffstats
path: root/_deploy/wsl/os-trog24.04.sh
diff options
context:
space:
mode:
Diffstat (limited to '_deploy/wsl/os-trog24.04.sh')
-rwxr-xr-x_deploy/wsl/os-trog24.04.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/_deploy/wsl/os-trog24.04.sh b/_deploy/wsl/os-trog24.04.sh
index 37b9ccc..dcc57e6 100755
--- a/_deploy/wsl/os-trog24.04.sh
+++ b/_deploy/wsl/os-trog24.04.sh
@@ -83,6 +83,8 @@ echo '###'
echo '### Now YOU have to configure the git settings for YOURSELF (not "expo")'
echo '### because you can't clone the repos without a key
+# This sets this up for bash command window, BUT it is is not enough for VS code which is actually a Windows app
+# when running on WSL. You ALSO need to MANUALLY run these commands in a terminal windows INSIDE VS code
git config --global user.email "philip.sargent@gmail.com"
git config --global user.name "Philip Sargent"
git config --global pull.rebase true