Skip to content

Commit dd57985

Browse files
authored
Update deploy.sh
1 parent 10114fe commit dd57985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git init # Initialize the repository (only needed once)
22
git add . # Stage all changes
33
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
4+
git branch -M master # Ensure the branch is named 'main'
5+
git remote add origin https://github.com/aimtyaem/RA-Space-exploration.git
6+
git push -u origin master

0 commit comments

Comments
 (0)