hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.3K
active users

Mark Nichols (LGBTQIA+ Ally)

I’ve been using Git since 2008-ish. I keep all the coding projects I work on in a directory called `code`.

Out of curiosity I wondered how many Git repositories I have in my pile of projects.

`find . -type d -name “.git" | wc -l`

343

Recently I've started playing around with Jujutsu (jj).

`find . -type d =name “.jj” | wc -l

11

I wonder what those numbers will be in another 17 years.

#Git#Jujutsu#jj