Created
March 22, 2025 07:31
-
-
Save abutbul/e9972f017492b315cfbf4837f8faf5fa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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