Title: Does this plugin gracefully handle WordPress &amp; Plugin Auto-Updates?
Last modified: August 24, 2016

---

# Does this plugin gracefully handle WordPress & Plugin Auto-Updates?

 *  Resolved [evanevans333](https://wordpress.org/support/users/evanevans333/)
 * (@evanevans333)
 * [11 years ago](https://wordpress.org/support/topic/does-this-plugin-gracefully-handle-wordpress-plugin-auto-updates/)
 * Does this plugin work TWO-WAY? Meaning, if anybody modifies the codebase over
   on GitHub or Bitbucket where we are storing the repository, it updates the LIVE
   site if the matching branch (ie: Production) is pushed. But what if a new plugin
   is installed from inside the WP backend web interface? Or if the code EDITOR 
   is used inside WP backend? Do those new files/changes update on the repository
   as well?
 * [https://wordpress.org/plugins/revisr/](https://wordpress.org/plugins/revisr/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Expanded Fronts](https://wordpress.org/support/users/expandedfronts/)
 * (@expandedfronts)
 * [11 years ago](https://wordpress.org/support/topic/does-this-plugin-gracefully-handle-wordpress-plugin-auto-updates/#post-6121912)
 * Hi,
 * Yes, the plugin supports the scenarios that you posted above.
 * For example you could have Revisr installed on [http://www.example.com](http://www.example.com),
   tracking branch “master” that is tracking remote branch “origin/master” (usually
   Bitbucket/GitHub).
 * If you update a plugin directly from the wp-admin on [http://www.example.com](http://www.example.com),
   or use the code editor, you’d be able to commit these changed files and push 
   them back up to “origin/master”. Alternatively you could upgrade the plugin on
   Bitbucket/Github/outside of Revisr and then use Revisr to pull those changes 
   in.
 * In other words, since it’s using Git repos, it will detect any sort of file changes
   on the environment it is installed on. But you can also pull down any changes
   from a remote repo as needed.
 * Marking this as resolved, but feel free to let me know if you have any further
   questions or if I confused your use-case at all. Thanks!
 *  Thread Starter [evanevans333](https://wordpress.org/support/users/evanevans333/)
 * (@evanevans333)
 * [11 years ago](https://wordpress.org/support/topic/does-this-plugin-gracefully-handle-wordpress-plugin-auto-updates/#post-6121915)
 * Oh that’s really interesting. So that’s how you get it to synchronize with a 
   certain branch, you put “origin/master” or whatever the branch name is? You put
   origin and then a slash and then the branch name?
 *  Plugin Author [Expanded Fronts](https://wordpress.org/support/users/expandedfronts/)
 * (@expandedfronts)
 * [11 years ago](https://wordpress.org/support/topic/does-this-plugin-gracefully-handle-wordpress-plugin-auto-updates/#post-6121961)
 * Hi,
 * Nope :), “origin/master” is just how you would refer to the “master” branch on
   a remote named “origin” (which is what most remotes are named by default in Git).
 * If you set up Revisr and are on local branch “master” and have it connected to
   a fresh Bitbucket repo, and then do a “Push Changes” from within Revisr, it will
   automatically push to the “master” branch on the remote (which could be referred
   to as “origin/master”.
 * But you don’t need to actually specify any of that in Revisr as long as the remote
   is set up correctly (and you’d see errors when pushing/pulling if not).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Does this plugin gracefully handle WordPress & Plugin Auto-Updates?’ 
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/revisr_ecf0f1.svg)
 * [Revisr](https://wordpress.org/plugins/revisr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/revisr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/revisr/)
 * [Active Topics](https://wordpress.org/support/plugin/revisr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/revisr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/revisr/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Expanded Fronts](https://wordpress.org/support/users/expandedfronts/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/does-this-plugin-gracefully-handle-wordpress-plugin-auto-updates/#post-6121961)
 * Status: resolved