layer8.space is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to the 8th Layer of Madness Most topics are related to Linux, Anime, Music, Software and maaaany more PS: BSD is also welcome 😜

Administered by:

Server stats:

309
active users

Felix

@b0rk Never seen `git mv` before, gonna look it up!
I like using `git checkout -` to go back to the previous branch.

@jamalix @b0rk `git mv` is essentially for renaming a file that’s already in the git repository. It might technically be the same as `git rm old_filename` and `git add new_filename`, but I’m not sure of that.