forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 21
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
a3fce1f
commit c3441a0
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -74,12 +74,12 @@ then | |
chmod 0644 ~/.ssh/known_hosts | ||
chmod 0755 ~/.ssh | ||
|
||
git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git | ||
#git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git | ||
|
||
# HACK: remove annoying https redirect | ||
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 | ||
|
||
|