Upload Files to a Repository
Uploading files to a repository is quick and only takes a few steps.
Steps
- Open the Add dropdown in your repository.
- Select Upload File or Folder.
- Choose one of the following:
- Drag and drop files directly into the window
- Click to open the file picker and select files from your device
- Once your files are added, click Commit Changes.
- (Optional) Add a commit message describing your upload before confirming.
What happens next?
Your files are uploaded to the repository
A new commit is created
Your changes become part of the project history
Tips
Keep commit messages clear and descriptive
Upload related files together in a single commit when possible
Double-check file names and structure before committing