177 Days of GitHub
21–30 of 43 posts
Re: 177 Days of GitHub
#22Do commits to private repos count towards the streak?
They do for your own view, but the public will see a different number for your streak. My projects are all open-sourced so I did not have this issue.
Re: 177 Days of GitHub
#23This has little to do with GitHub itself - I'm surprised the term open-source is only mentioned once.
Re: 177 Days of GitHub
#24Re: 177 Days of GitHub
#25Re: 177 Days of GitHub
#26162 days here! Was about to write a blog post about it - but I still need to finish the vaporware blog engine I've been working on for the last five years :)
Re: 177 Days of GitHub
#27I tried the same thing a few months ago (this lasted 58 days), but some days you just don’t want to work. A few notes: - it’s the time of the commit which is important, not the push. So you can contribute on your projects locally if you don’t have Internet access (e.g. on vacations), and then push at the end of the week. It’ll be the same as having pushed everyday during one week (this works with personal projects, b…
I'm glad someone can relate to that feeling of not wanting to work. The master branch thing was annoying as well especially if you work regularly on separate branches in larger projects.
Actually, it is not the master branch. It is the default branch. I have a repo with a gh-pages branch, this works as well.
Re: 177 Days of GitHub
#28A song of GitHub for this user is quite interesting ;)
Re: 177 Days of GitHub
#29Re: 177 Days of GitHub
#30I'm currently on day 252 of a streak: https://github.com/waywardmonkeys/ Most days are pretty easy. Being that I maintain a large project (Open Dylan), there is almost always a simple bug to fix, documentation to improve, typos to correct, bugs to file, pull requests to merge from others. It has been great for keeping things moving and making sure that every day, I make at least a little bit of progress. Every day, a…
I appreciate your contributions much more!