Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit be9aecc

Browse files
Viktor bergnaestia
authored andcommitted
Fixed subgit pull issue
1 parent ca5acad commit be9aecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subgit/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def pull(self, names):
453453
g = Git(p)
454454

455455
# Fetch all changes from upstream git repo
456-
repo.remotes.origin.fetch()
456+
repo.remotes.origin.pull()
457457

458458
# How to handle the repo when a branch is specified
459459
if "branch" in revision:

0 commit comments

Comments
 (0)