mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

$ vi .git/hooks/pre-commit
$ chmod +x .git/hooks/pre-commit
$ git add .git/hooks/pre-commit
$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

あれれ?

> It’s important to note that client-side hooks are not copied when you clone a repository.
https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks

そうだったんだ

git-scm.comGit - Git Hooks