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