Create Git Empty Branch

Create a new unborn branch, named <new-branch>. All tracked files are removed.

git switch --orphan publish
git commit --allow-empty -m "empty commit"
git push -u origin publish

Related

Install WSL Debian

官方的WSL分发版中,Debian的版本已经更新到13(代号trixie),大量的软件包得到了更新,可以长期稳定使用。

Ubuntu Phased Updates

Phased updates are software updates that are gradually rolled out to users rather than all users getting the updates at the same time.

Emacs Copy/Paste Problem in WSL

Fix messy chinese characters copy/paste between Emacs(in WSL) and Windows.