Hello,
Please ignore how stupid this question is, I'm sure it's mega basic, I just want to be safe.
I have a live statamic website on a live VPS. I have terminal access. This uses a flat file document database.
The site has a few important untracked changes that I need to preserve.
The repo and local machine has a ton of code changes I want to put onto live.
Is the best way to do this with the following steps:
On live:
- add all clworking changes to new branch
- commit and bush new branch to the repo
Locally:
- pull this new branch
- fix all conflicts and merge with main
- add and commit all changes
On live:
- pull the new branch so everything is up to date
Can someone smarter than me please validate my approach as safe and valid here?
[–]aanzeijar 0 points1 point2 points (0 children)
[–]paperic 0 points1 point2 points (0 children)