diff --git a/app_caches.py b/app_caches.py index d05e99d..6c2de37 100755 --- a/app_caches.py +++ b/app_caches.py @@ -75,6 +75,7 @@ def app_cache_clone_or_update( if fetch_all_branches: repo.git.remote("set-branches", "origin", "*") repo.remote("origin").fetch() + repo.remote("origin").pull() else: if repo.active_branch != branch: all_branches = [str(b) for b in repo.branches]