GitPython - Create an Empty repository

前端 未结 0 1524
萌比男神i
萌比男神i 2021-01-23 02:17

Currently, I can create a repository with the following.

repo = Repo(\'my_path_to.git\')
repo.git.branch(\'feature\')
# To use it I just do. I am not sure if this         


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