On Windows 10 (using cygwin running python GitPython), how to do a git pull?

后端 未结 0 1456
星月不相逢
星月不相逢 2021-01-05 04:30

With this Python code (using GitPython) (passing \'sqa\' as branch):

    def git_pull(self, branch_name):
        self.repo.git.checkout(branch_name)
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题