Browse Source

git文档

zheng 8 hours ago
parent
commit
28fd6fd168
1 changed files with 10 additions and 0 deletions
  1. 10 0
      15.Git/归档.md

+ 10 - 0
15.Git/归档.md

@@ -0,0 +1,10 @@
+## 查看本地目录:git config --list
+## 全局设置用户名和邮箱
+git config --global user.name 'xxxx'
+git config --global user.email 'xxxx'
+## 配置密钥
+
+ssh-keygen -t rsa -C '邮箱'
+
+
+克隆:git clone 地址