diff --git a/update.py b/update.py new file mode 100644 index 000000000..985cc2c74 --- /dev/null +++ b/update.py @@ -0,0 +1,8 @@ +from get_general_settings import * + +import git + +g = git.cmd.Git(os.path.dirname(__file__)) +print g.pull('--dry-run', 'origin', branch) + +print g