+ 1
How can I maintain a github streak without daily code push ?
As I want to maintain a github streak by creating something that will push a code with daily automatically
3 RĂ©ponses
+ 6
This forum is intended for code-related questions or those about Sololearn, not for GitHub mechanics.
+ 1
did you try to just commit every day, and push it few days later? (for instance every weekend)
I'm doing that. sometimes I don't commit every day, but is it really necessary? I still have some commits in few repos....
0
Daily push automation is indeed feasible using GitHub Actions or cron jobs, but this is more of an unethical artificial activity if it is only for streaks. Focus on real contribution more impactful, for example daily commit meaningful or automation for real workflows. If you still want, you can create a simple script in bash/python to make an auto commit from a dynamically updated dummy file