Skip to content

Commit 61a4802

Browse files
committed
update setup script to overwrite vscode settings
1 parent e9085eb commit 61a4802

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup-gcf-client.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22

3-
git config --global credential.helper '!f(){ node ~/gcf-client.js $*; }; f'
3+
# this line is needed to overwrite vscode which writes its helper to both places
4+
sudo git config --system --replace-all credential.helper '!f(){ node ~/gcf-client.js $*; }; f'
5+
6+
git config --global --replace-all credential.helper '!f(){ node ~/gcf-client.js $*; }; f'
47
git config --global credential.https://dev.azure.com.useHttpPath true

0 commit comments

Comments
 (0)