Skip to content

Commit 6b871e7

Browse files
authored
switch git push and pull order (#578)
1 parent 1b5fdb6 commit 6b871e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/git.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ impl Git {
234234
}
235235

236236
print_separator("Git repositories");
237-
self.multi_push(repositories, ctx)?;
238237
self.multi_pull(repositories, ctx)?;
238+
self.multi_push(repositories, ctx)?;
239239

240240
Ok(())
241241
}

0 commit comments

Comments
 (0)