Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git clone in gitpython

from git import Repo
Repo.clone_from("https://github.com/official-himanshu/JavaPro.git", "/home/knoldus/clone")
Source by blog.knoldus.com #
 
PREVIOUS NEXT
Tagged: #git #clone #gitpython
ADD COMMENT
Topic
Name
7+3 =