forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arjan Dikhoff
committed
Oct 25, 2024
1 parent
80cd804
commit c4a6020
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,11 @@ then | |
git config --global core.sshCommand "$SSH_COMMAND" | ||
git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git | ||
|
||
insteadof=`git config --list | grep insteadof` | ||
remove=`echo $insteadof | cut -d "=" -f 1` | ||
git config --global --unset $remove | ||
git config --global "url.ssh://[email protected]:443/.insteadOf" [email protected]: | ||
|
||
git remote set-url origin [email protected]:Redot-Engine/redot-docs-live.git | ||
|
||
echo "Setting credentials" | ||
|