To make changes in live site with local install you need to setup a synchronization system. which synchronize static files and database files.
You can use Git for version control.
Here is a great article for Sync A Local and A Remote WordPress Blog using version control.
Related Posts:
- Git: How do I force “git pull” to overwrite local files?
- Differences between git pull origin master & git pull origin/master
- How do I rename a local Git branch?
- How do I discard unstaged changes in Git?
- Git: How to squash all commits on branch
- Undo git pull, how to bring repos to old state
- Undo git pull, how to bring repos to old state
- How do I add version control to my workflow?
- Best way to version control WordPress template files?
- WordPress Workflow – version control, deployment = database issue
- Versioning and your WordPress site?
- Is it better to create a Git repository at the root level or in the WordPress theme directory?
- Setting up Version Control for WordPress plugin development
- How to change version numbers in themes from Official repository?
- Checking for a new version from WP Repos
- When developing entire sites for clients, is it viable to version control the entire site? [duplicate]
- WordPress project under Mercurial, what’s an appropriate .hgignore file?
- WordPress and Git: How does Git interact with your IDE? [closed]
- If you already have a copy of the code, is there any reason to create a feature branch?
- How do I delete a Git branch locally and remotely?
- How do I rename a local Git branch?
- How do I undo the most recent local commits in Git?
- How do I discard unstaged changes in Git?
- How can I make git accept a self signed certificate?
- What does “Git push non-fast-forward updates were rejected” mean?
- Git: cannot do a partial commit during a merge (SourceTree)
- Git: How do I force “git pull” to overwrite local files?
- What is the meaning of git reset –hard origin/master?
- Delete all local git branches
- How can I undo git reset –hard HEAD~1?
- Set up git to pull and push all branches
- git push to specific branch
- Get changes from master into branch in Git
- Invalid VCS root mapping – 3 errors on my project
- Do I commit the package-lock.json file created by npm 5?
- How can I see the changes in a Git commit?
- What is the Git equivalent for revision number?
- How can I delete all Git branches which have been merged?
- difference between git merge origin/master and git pull
- What’s a good (free) visual merge tool for Git? (on windows)
- Automated Drip/ WorkFlow Form using a Plugin for WordPress site, or using a 3rd party
- Version Control: Entire site or just pieces?
- Git Workflow for Large, Live Site?
- Should I use SVN or Git?
- WordPress Health Tool reporting version control as a critical issue
- Subversion, github, etc.. version control systems/repositories
- WP plugin management
- What is the best way to setup wordpress development environment for freelancers with version control?
- storing database in version control
- Efficient WordPress Development Workflow Help?
- How to merge local and live databases?
- What actions affect files, DB, or both?
- Efficient Tag Management?
- Using Subversion to deploy WordPress
- How do you manage your theme versions when privately distributing?
- Workflow for working with git and WordPress
- Plugin updates, version dependencies, and backwards compatibility
- How to make my plugin able to be updated from admin panel?
- Manage base theme with version control?
- How should I be handling my theme version numbering?
- How can I edit commit messages in my wp-hosted plugin repo?
- Include drafts in internal link dialog
- Tweets based on Twitter hashtag into a pending WP post
- Automatic updates and merging manual changes
- How can I perform high-level database merging for WordPress within continues delivery?
- How developed with version control word press site on shared host? [closed]
- Workflow for attachments in WordPress
- Version control when creating a page or post with
- Fullscreen Video/GIF Intro
- Tips for managing code when developing a parent theme framework
- Painless way to track remote Git repo for WordPress updates
- Setting Up PHP Workflow in WordPress
- TwentyTwelve child theme style.css?ver=3.8.1
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- Contact Form 7 – Replace database configured form template with a static file
- node.js and webpack throws error when trying to setup node to watch theme folder for saved changes
- Remove formatting in rich text with Gutenbergs Block editor
- How to rename the wp-config.php file once under version control?
- Fastest way to update a theme
- How to add custom status to quick edit
- Newest version of javascript
- Does WordPress check for updates of a plugin via plugins root folder name?
- Is it possible/advisable to set last stable version to previous version?
- Is there a plugin for versioning files in the theme (style , .js and .php files)?
- Hot reload failing to update file changes
- WordPress Development Workflow
- Quickly Maintain/edit 100+ WordPress Forms on multiple websites
- I want to share local developement and staging DB — Is this very smart or very stupid?
- How to Moderate Edits to User Profiles?
- One-way DB Migration Workflow
- How to set up workspaces with Chrome & WordPress?
- version control for wordpress? (wordpress folder and database at same time)
- WordPress’ work or execution flow manipulating $wpdb
- What is the proper way to manage versions (with svn) of a theme we create?
- How to continuously developing a WP site that is already deployed in production without damaging it during development
- How to set up a development/staging site to make major changes to the theme then update on the live site?
- What solutions exist to allow the use of revision control for server configuration files? [closed]
- Webpack does not create or update index.asset.php file in build folder
- How to remove pop up on website (css changes not visible)?
- Busting Browser Cache when updating stylesheet of WordPress website