Last active
April 2, 2017 19:52
-
-
Save romach/27a4c3dee97d9bf2213c6c3b379fd7e4 to your computer and use it in GitHub Desktop.
Git pull from Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import git | |
g = git.cmd.Git(git_dir) | |
g.pull() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment