berlin.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Alles rund um, über, aus & für Berlin

Administered by:

Server stats:

667
active users

Protip: On Linux, if you rename a file, changing only the case of the file name somehow, e.g.,

main.layout.js → Main.layout.js,

Git will pick up the change immediately.

On macOS, because it Just Works™ and you’re holding it wrong, you have to manually tell it:

git mv main.layout.js Main.layout.js

🤷‍♂️

(((H. N.)))

@aral Unless you have your filesystem in case-sensitive mode (which also makes it so you can't install most Adobe Software, ask me how I know).

But I didn't know about `git mv` -- that is very useful!

@hn3000 @aral Hah didn't see this before I replied to someone else but it's good to know there are more people out there that have been through this pain.