Don't trigger github's activity tracking
Closed this issue · 2 comments
NullDev commented
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
NullDev commented
Solution: Make commits in the past
Addition: Add silent feature by making empty commit
NullDev commented
Hardly Possible. Closing this for now.