+ 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

6th Mar 2025, 11:24 AM
Priyank Sutariya
Priyank Sutariya - avatar
3 RĂ©ponses
+ 6
This forum is intended for code-related questions or those about Sololearn, not for GitHub mechanics.
6th Mar 2025, 12:46 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
+ 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....
6th Mar 2025, 5:33 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
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
7th Mar 2025, 1:43 PM
—DNS—
—DNS— - avatar