3 lines
71 B
Python
3 lines
71 B
Python
def pull(rebase: bool = False, apply: bool = False):
|
|
print("pull")
|
def pull(rebase: bool = False, apply: bool = False):
|
|
print("pull")
|