From c5f50d9a7880d7cf51d06274c72a65cb3feedebc Mon Sep 17 00:00:00 2001 From: Joost van den Berg Date: Fri, 8 May 2026 08:07:54 +0200 Subject: [PATCH] setup-fork.sh --- .git-setup-info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.git-setup-info b/.git-setup-info index 26573ebc..c4a9f08b 100644 --- a/.git-setup-info +++ b/.git-setup-info @@ -9,15 +9,15 @@ git remote -v # If you don't have 'upstream' configured, add it: -git remote add upstream https://github.com/community-scripts/ProxmoxVED.git +git remote add upstream https://github.com/--full/ProxmoxVED.git # Verify both remotes exist: git remote -v # Should show: # origin https://github.com/YOUR_USERNAME/ProxmoxVED.git (fetch) # origin https://github.com/YOUR_USERNAME/ProxmoxVED.git (push) -# upstream https://github.com/community-scripts/ProxmoxVED.git (fetch) -# upstream https://github.com/community-scripts/ProxmoxVED.git (push) +# upstream https://github.com/--full/ProxmoxVED.git (fetch) +# upstream https://github.com/--full/ProxmoxVED.git (push) ``` ### Configure Git User (if not done globally)