Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlerebase your work

if you have ongoing developments first read "Rebase your work" below



Sync your fork

Info
titleGitHub support

Please note that GitHub already support automatic sync for forks, just look at you repo code page for the button below; after "Sync fork" is done, you can just do a git checkout develop thenĀ git pull on your local.

...

5-- Mind the DB - there might be new scripts in core/sql folder 😉




Rebase your work

If you was working on a new feature in a private branch on your local (good 😋), please rebase your work onto the new develop

...