Shadow copy the storage data to a separated branch.
â
Describe your development branch and its purpose in markdown.
â
Do rebase to propagate the latest changes from production to the selected development branch to stay up-to-date.
â
Show all changes against production one-by-one in detail.
â
Merge selected or all changes to production.
â
The created development branch doesn't interfere with your production project in any way offering you a safe environment for any experiment.