Remote Repo Watcher

A Python Script that watches the Local Repository and the Remote Repository. If the script detects that local repository doesn't match the Remote Repository, it will auto perform git pull in order to pull the changes from the master branch. 

This script is designed with the assumption that the developer only pushes the changes to the master branch once he/she is ready to move the changes to production. 

Technologies Used:

  • Python
  • Python-Gitlab

View Source