0xarch

I could be myself out there. Bullying, reckless, totally selfish. Doing the things that makes me me. If you ain't who you are, then who the fuck are you?

Linux 下 Git 配置

账户

git config --global user.name $USER_NAME
git config --global user.email $USER_EMAIL

SSH

ssh-keygen -t ed25519 -C $USER_EMAIL

默认公钥位置: $HOME/.ssh/id_ed25519.pub

Git 初始化配置
作者0xarch
发布于1970-01-01
许可协议CC BY-SA