Skip to content

Instantly share code, notes, and snippets.

@abutbul
Created March 22, 2025 07:31
Show Gist options
  • Save abutbul/e9972f017492b315cfbf4837f8faf5fa to your computer and use it in GitHub Desktop.
Save abutbul/e9972f017492b315cfbf4837f8faf5fa to your computer and use it in GitHub Desktop.
# Clone the repository
git clone https://github.com/base44dev/i-gaming-insight-f6c3b3fd.git
# Navigate into the project directory
cd i-gaming-insight-f6c3b3fd
# Remove the existing origin
git remote remove origin
# Add the new origin URL
git remote add origin https://github.com/alBG23/igaming_analytix.git
# Verify the new remote
git remote -v
# Push the code to the new repository
git push -u origin main # Change 'main' if the branch has a different name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment