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