Skip to content

Instantly share code, notes, and snippets.

@r888800009
r888800009 / git.md
Last active November 30, 2018 09:47

首次設定

配置全域

git config --global user.name "name"
git config --global user.email "user@example.com"

設定遠程

  1. 設定ssh金鑰(設定到ssh_config)