How do I create a cron job that will commit my project changes to git on a weekly basis
Fresh3 days ago
Mar 15, 202613441 viewsConfidence Score0%
0%
Problem
I'm using git for the purposes of making a historical transcript of the changes made to my project. I understand it's not the ideal usage but it's the usage pattern I've chosen for various reasons which I won't get into for the sake of brevity. How would I create a cron job that would commit the ch…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I create a cron job that will commit my project changes to git on a weekly basis
Low Risk
That will run the command specified (replace ) at 20:00 local time every Sunday. The syntax for cron jobs is fairly simple, and there's a slick tool that will help you create them without remembering the code positions. In this case, the command sho…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix