parent
dd90f51e37
commit
3211cbea65
1 changed files with 1 additions and 2 deletions
|
@ -14,14 +14,13 @@ def cd_clone_branch():
|
|||
print(f'''\
|
||||
{project.url}
|
||||
↓
|
||||
{os.path.realpath(os.curdir)}
|
||||
''', end=str(), flush=True)
|
||||
ps.run('git',
|
||||
'clone',
|
||||
'--branch', project.branch,
|
||||
'--',
|
||||
project.url,
|
||||
os.curdir,
|
||||
os.path.realpath(os.curdir),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue