user746461
user746461

Reputation:

Keep multiple Git repositories up to date?

I and my coworkers are working on multiple repositories. They are all independent, and do not share the same path. For instance

Someone may clone repositories to different folders.

Is there a way or tool that automatically periodically pull repositories?

I understand if working directoy has changes, pull may fail. In that case, giving a notification is fine.

I looked at SourceTree and Git Extensions. They can auto fetch, but still require a manual pull or merge.

I don't want to every time go to each of the repository and run the pull.

Upvotes: 1

Views: 1227

Answers (0)

Related Questions