We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10114fe commit dd57985Copy full SHA for dd57985
deploy.sh
@@ -1,6 +1,6 @@
1
git init # Initialize the repository (only needed once)
2
git add . # Stage all changes
3
git commit -m "Updated Solar System 3D project"
4
-git branch -M main # Ensure the branch is named 'main'
5
-git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
6
-git push -u origin main
+git branch -M master # Ensure the branch is named 'main'
+git remote add origin https://github.com/aimtyaem/RA-Space-exploration.git
+git push -u origin master
0 commit comments