Skip to content

Set up Git and push main branch #30

@digitalstore2025

Description

@digitalstore2025

Follow these steps to set up Git and push your local main branch to the remote origin:

  1. Initialize git in your project folder if you haven't already:
    git init
  2. Add all files:
    git add .
  3. Commit the files:
    git commit -m "Initial commit"
  4. Set the remote origin (replace with your repo URL):
    git remote add origin <remote-url>
  5. Push main branch and set upstream:
    git push -u origin main

Make sure you have the right permissions and SSH keys or access token set up if authentication is required.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions