Skip to content

Instantly share code, notes, and snippets.

View yuezhuangshi's full-sized avatar
🎯
Focusing

yuezhuangshi yuezhuangshi

🎯
Focusing
  • ZhongYuan Bank
  • Zheng zhou, He Nan
  • 02:34 (UTC +08:00)
View GitHub Profile
#!/bin/bash
zero_commit="0000000000000000000000000000000000000000"
# we have to change the home directory of GPG
# as in the default environment, /root/.gnupg is not writeable
export GNUPGHOME=/tmp/
# Do not traverse over commits that are already in the repository
# (e.g. in a different branch)