Docs / Updates
Forge is updated with bugfixes, improvements and new features. You can easily pull them in just like any other change made with Git.
To receive updates for Forge while maintaining your own changes:
- Add the main repository as a remote called
forge:git remote add forge https://github.com/Rails-Designer/forge.git - Fetch the latest changes from the forge remote:
git fetch forge - Merge updates into your local branch:
git merge forge/main - Push your updated code to your own repository:
git push origin main
You can now pull updates from the main project via the forge remote while pushing your own changes to origin.
If anything is unclear or if you need any help, feel free to reach out.