Tutorials
Keeping Your Project Updated
Learn how to keep your project in sync with the latest updates from Indie Kit
Step-by-Step Guide
1. Add the Upstream Repository
First, add the Indie Kit repository as a remote source:
If you're using Indie Kit:
If you're using B2B Kit:
2. Configure Pull Behavior
Set up git to use merge strategy for pulls:
3. Pull Updates
Pull the latest changes from the Indie Kit main branch:
If you're using Indie Kit:
If you're using B2B Kit:
4. Resolve Conflicts
You might encounter merge conflicts, which look like this:
Video Tutorial
5. Commit and Push
After resolving conflicts, commit and push your changes:
DONE!
Troubleshooting
If you encounter issues during the update process:
- Make sure you have committed or stashed your local changes
- Verify you're on the correct branch
- Check that your working directory is clean
For visual guidance on resolving conflicts, refer to the video tutorial above.