add rebase

This commit is contained in:
Vladimir Mandic
2023-04-24 14:11:19 -04:00
parent 85798f634a
commit dbdef78785
+1 -1
View File
@@ -140,7 +140,7 @@ def update(folder):
git('checkout master', folder)
else:
log.warning(f'Unknown branch for: {folder}')
git('pull --autostash', folder)
git('pull --autostash --rebase', folder)
branch = git('branch', folder)