ยง2024-11-01

alexlai@mail:~/build$ pwd
/home/alexlai/build

$ git clone --bare https://github.com/nodemailer/wildduck.git
Cloning into bare repository 'wildduck.git'...
remote: Enumerating objects: 14680, done.
remote: Counting objects: 100% (1944/1944), done.
remote: Compressing objects: 100% (337/337), done.
remote: Total 14680 (delta 1738), reused 1741 (delta 1607), pack-reused 12736 (from 1)
Receiving objects: 100% (14680/14680), 10.27 MiB | 5.62 MiB/s, done.
Resolving deltas: 100% (10894/10894), done.

$ mkdir ~/build/wildduck
alexlai@mail:~/build$ git --git-dir=/home/alexlai/build/wildduck.git/  --work-tree=/home/alexlai/build/wildduck/ checkout "783ee16b732afb93cc4d58514e946b01720070bb"
Note: switching to '783ee16b732afb93cc4d58514e946b01720070bb'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 783ee16 chore(master): release 1.45.1 [skip-ci] (#730)

 ls wildduck/
acme.js  bin           CODE_OF_CONDUCT.md  Dockerfile  examples      imap-core   indexes.yaml  LICENSE_ET  package.json       pop3.js    server.js  test
api.js   certs         config              docs        graphics      imap.js     lib           lmtp.js     package-lock.json  public     setup      webhooks.js
assets   CHANGELOG.md  docker-compose.yml  emails      Gruntfile.js  indexer.js  LICENSE       logo.txt    plugins            README.md  tasks.js   worker.js