How to Add Files using Sourcetree
Adding files in Sourcetree is straightforward! Here’s how you do it:
- Open Sourcetree and go to your repository.
- Stage the files to add, and staged files will move to the 'Staged files' section.
- Commit the files and write a commit message describing your changes.
- Click 'Commit'.
- That’s it! Your new or changed files are now added to your Git history.
Similar Articles
No items found.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it