mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#thisisfine

0 posts0 participants0 posts today

I'm doing some git nonsense lately.

Git has the concepts of "porcelain" (the commands users interact with) and "plumbing" (the commands that automation and other git commands interact with).

Normally 'git-status' is a porcelain command that tells a user the state of their working tree.

If you want to use git-status as plumbing, you have to pass it an option.

That option: 'git-status --porcelain'