NullDev/GitHub-Commit-Streak

Don't trigger github's activity tracking

Closed this issue · 2 comments

Bascially I want to prevent github from listing the repository on top of the repository list because it has been updated.

However the commit history entry should still remain.

maybe by using a $ git commit --allow-empty -m "Streak Day X"
or by just changing a commit message.

As mentioned here:
philschatz/octokat.js#206

Solution: Make commits in the past
Addition: Add silent feature by making empty commit

Hardly Possible. Closing this for now.