Keeping your fork up to date
How to keep fork up to date with the original repository.
If you installed Larafast via Larafast Installer, you don’t need this step. Installer already did it for you.
It’s important to keep your fork up-to-date with the original repository. This ensures that your fork has the latest changes and features. This guide will show you how to keep your fork up-to-date with the original repository.
Fork the repository
To fork the repository, click “Fork” button on the top right corner of the repository page.
Clone your fork
Follow the instructions in VILT Stack or TALL Stack for initial setup of your project.
Add the original repository as a remote
For TALL stack:
For Directories:
For API:
Fetch the latest changes from the original repository
Merge the changes from the original repository
If you see some conflicts, resolve them manually and then commit the changes.
Push the changes to your fork
That’s it. Your fork is now up-to-date with the original repository.