Skip to content

Instantly share code, notes, and snippets.

View xproxima's full-sized avatar

proxima xproxima

View GitHub Profile
@xproxima
xproxima / mac.sh
Last active March 30, 2019 16:51
github本地账号切换
# 禁止本地保存账号
git config --global --unset credential.helper
git config --system --unset credential.helper
# 本地保存账号
git config credential.helper store
@xproxima
xproxima / gitbook-pages.sh
Last active February 1, 2023 09:06
gitbook
# gitbook-cli
npm install -g gitbook-cli
gitbook-cli -V
# add SUMMARY.md
gitbook init
# check
gitbook serve