Skip to content

Commit

Permalink
[N/A] Default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Nov 14, 2024
1 parent 6c5cdbb commit 4b3c8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ After the setup is complete, it is recommended to perform your initial commit an
After the project is set up, you can run the following commands to add your remote repository and push your initial commit:

```bash
git init
git init -b main
git add .
git commit -m "Initial Commit"
git remote add origin <[email protected]:YOURGITHUB/your-repo.git>
git push -u origin master
git push -u origin main
```

Be sure to update the origin with the correct remote repository URL (and remove the `<>` brackets).
Expand Down

0 comments on commit 4b3c8ee

Please sign in to comment.