parent
d9a345010c
commit
283cc5ef80
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ project = Project(projects)
|
||||||
|
|
||||||
|
|
||||||
def cd_clone_branch():
|
def cd_clone_branch():
|
||||||
|
print(f'''\
|
||||||
|
{project.url}
|
||||||
|
↓
|
||||||
|
{os.path.realpath(os.curdir)}
|
||||||
|
''')
|
||||||
ps.run('git',
|
ps.run('git',
|
||||||
'clone',
|
'clone',
|
||||||
'--branch', project.branch,
|
'--branch', project.branch,
|
||||||
|
|
Loading…
Reference in a new issue