Meaning of Git checkout double dashes
Always undone changes to files like git checkout somefile - but stumbled upon git checkout -- somefile instead, and wondered WTF mate.
Always undone changes to files like git checkout somefile - but stumbled upon git checkout -- somefile instead, and wondered WTF mate.
In rOpenSci - as in presumably most open source projects - we want the entire project to be sustainable, but also each individual software project to be sustainable. A big part of each software project (aka R package in this case) being sustainable is the people making it, particularly whether: how many contributors a project has, and how contributions are spread across contibutors There are discussions going on about how to increase contributors to any given project. But the first thing to do is to do an assesment of where you’re at. One way to do that is visualization. ...