Search
Checkout the Last Public Revision with Mercurial
19.6.2019
I’ve always preferred git over Mercurial (hg) because the feature branch workflow makes organizing code and working off of master very easy. You don’t get that with vanilla mercurial — instead, commits can just sort of apply on top of each other, without much organization....
Less Than 5% of Crypto Code Commits on Github Made By Women: Report
12.6.2019
Less than 5% of the code committed to the top 100 cryptocurrency projects on Github were contributed by women
Gujarat Bitcoin Trader Commits Suicide, Blames Senior Cop And Brother In Suicide Note
20.5.2019
India is an emerging nation, which is known to wholeheartedly welcome innovative technology, but that hasn’t been the case with cryptocurrencies. The crypto industry has faced severe blows from regulatory authorities, resulting in unorganized crypto trade in the country. However, the news that came...
Search Git Commits Between Dates
12.7.2018
One of my weaknesses as a developer is relying on UIs to provide me the data I need. It’s not a fatal weakness but it does hamper me a bit. One prime example is relying on GitHub’s interface to review changes; git’s command line provides the information needed with commands...