Create a timer for pulling git updates automatically #194

Open
opened 2026-07-24 08:27:30 +02:00 by oysteikt · 0 comments
Owner

I would like a timed job that loops over all my git repositories and tries to not only to fetch but also pull content from all branches.

It should:

  • Fetch first
  • Check if the updates are purely added content to the existing commit
    • If yes, pull new commits to said branch
    • If no, log it and leave it alone (rebasing might require human action or upstream might have nuked the content)
I would like a timed job that loops over all my git repositories and tries to not only to fetch but also pull content from all branches. It should: - Fetch first - Check if the updates are purely added content to the existing commit - If yes, pull new commits to said branch - If no, log it and leave it alone (rebasing might require human action or upstream might have nuked the content)
oysteikt added the home label 2026-07-24 08:27:30 +02:00
Sign in to join this conversation.