DEV Community

Discussion on: Automate the most boring thing with Python's subprocess module

Collapse
 
arsho profile image
Ahmedur Rahman Shovon

Hello Emeka,
Good post to automate pulling repositories. I think it is appropriate if the repositories are maintained by single developer. But if there are multiple developers working on the same branch for a repository, one may face conflicts.

Collapse
 
mekicha profile image
Emeka Icha • Edited

Thanks Ahmedur.

Yeah, that is true. I should have pointed that out in the article or suggested ways to go about dealing with that )