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?
- WP says “This site appears to be under version control” but I dont have version control
- Modify wp_check_post_lock to include the current user (prevent edit of the same page in multiple tabs)
- How do I delete a Git branch locally and remotely?
- 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 can I switch to another branch in git?
- How do I discard unstaged changes in Git?
- Git: How do I force “git pull” to overwrite local files?
- Download single files from GitHub
- How can I make git accept a self signed certificate?
- How can I revert multiple Git commits (already pushed) to a published repository?
- What does “Git push non-fast-forward updates were rejected” mean?
- What is the difference between ‘git pull’ and ‘git fetch’?
- 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?
- How can I reset or revert a file to a specific revision?
- Else clause on Python while statement
- Delete all local git branches
- Why does ‘git commit’ not save my changes?
- 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
- Updates were rejected because the remote contains work that you do not have locally
- how to reset develop branch to master
- Do I commit the package-lock.json file created by npm 5?
- Rebasing remote branches in Git
- 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
- Best practice for versioning wp-config.php?
- Dev, Stage and Production Deployment for WordPress Sites?
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- WordPress Git Workflow Help
- How can I keep the content of my pages version controlled?
- Solution for database version control and deployment?
- Version Control: Entire site or just pieces?
- design and development workflow
- Add a new post status in the post progression
- Git Workflow for Large, Live Site?
- Should I use SVN or Git?
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- WordPress Health Tool reporting version control as a critical issue
- Subversion, github, etc.. version control systems/repositories
- Using source control with WordPress
- 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 do I get Version of all active plugins programmatically?
- How can I invoke an action after a CiviCRM triggering event?
- How to merge local and live databases?
- What actions affect files, DB, or both?
- Setting up SVN for teamwork on WordPress custom theme development
- Efficient Tag Management?
- Using Subversion to deploy WordPress
- How do you manage your theme versions when privately distributing?
- Pull latest stable release via git [closed]
- Workflow for working with git and WordPress
- Plugin updates, version dependencies, and backwards compatibility
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- Efficient way to edit WordPress themes
- How to make my plugin able to be updated from admin panel?
- Manage base theme with version control?
- Publication Workflow
- How should I be handling my theme version numbering?
- WordPress script file version numbers changing in live environment
- Workflow: develop on a Local PC and push to Remote Server vs.?
- How can I edit commit messages in my wp-hosted plugin repo?
- Version control with a team of non-developers
- Include drafts in internal link dialog
- Tweets based on Twitter hashtag into a pending WP post
- Updating WordPress core with zero downtime – I mean zero
- Automatic updates and merging manual changes
- How can I perform high-level database merging for WordPress within continues delivery?