Adding update process

This commit is contained in:
Louis Vézina 2017-10-28 19:38:22 -04:00
parent 1729ad5343
commit 127f724a64
1 changed files with 8 additions and 0 deletions

8
update.py Normal file
View File

@ -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