mstdn.maud.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
The place to express your ❤️ more freely. / あなたの「すき」をもっと自由に書き表すための場所。

Administered by:

Server stats:

350
active users

最近、複数のブランチを跨いで作業したくなりがちなので、

mkdir my_project
cd my_project
git clone --bare git@github.com/orumin/my_project .bare
echo "gitdir: .bare" >> .git

みたいにして bare repo にして、

cd my_project
git work-tree add main
git work-tree add -b develop develop origin/main

みたいにブランチごとにディレクトリ掘って checkout してる