Adding update process

pull/26/head
Louis Vézina 7 years ago
parent 1729ad5343
commit 127f724a64

@ -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
Loading…
Cancel
Save