Git


Git 初始化

Downlaod Git

1
2
git config --global user.name "John Doe"
git config --global user.email [email protected]