|
@@ -33,7 +33,7 @@ dl.update(how='merge', recursive=True)
|
|
print("save")
|
|
print("save")
|
|
dl.save(".", message=commitmessage, recursive=True)
|
|
dl.save(".", message=commitmessage, recursive=True)
|
|
print("push")
|
|
print("push")
|
|
-dl.push(".", to="origin", recursive=True)
|
|
|
|
|
|
+dl.push(to="origin", recursive=True)
|
|
|
|
|
|
# Set dropping option
|
|
# Set dropping option
|
|
q_answer = input("Do you want to drop all files that were uploaded, they will be on the server but not on this computer anymore ? [y/n]")
|
|
q_answer = input("Do you want to drop all files that were uploaded, they will be on the server but not on this computer anymore ? [y/n]")
|