You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works with GitHub and determines if the current file version locally is the same as the version on GitHub. If not then it will update your local files to the version on GitHub. There are two methods to the library.
The first does a check to see if your local files are the same as what is available on GitHub. The second will actually pull down the files from GitHub and perform an update if your local version is not the same. One nice thing about this library is that it isn't dependent on you having git on your local server. You should be able to run it on any *nix server.
Please make sure that you perform a backup prior to running the update method. It can be destructive if used improperly.