Automatically update local Git repository
I want to clone a GitHub repository that's not mine, and keep this local cloned repository always up to date, that is, whenever a new commit is made upstream, my local repository is also updated automatically.
My use case is CI/CD, I need to clone repositories several times in my jobs, if I had a local GitHub cache it'd be way faster.
Is this possible?
from Recent Questions - Stack Overflow https://ift.tt/3EC8Nzj
https://ift.tt/eA8V8J
Comments
Post a Comment