瀏覽代碼

fix:git内容

e 1 年之前
父節點
當前提交
b247c2260e
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      day36/命令.md

+ 16 - 0
day36/命令.md

@@ -0,0 +1,16 @@
+# 查看系统的config
+git config --system --list
+
+# 查看当前用户(global)配置
+git config --global --list
+
+# 配置用户名
+git config --global user.name "xiaolan"
+
+# 配置邮箱
+git config --global user.email  2717110178@qq.com
+
+# 拉取项目
+git clone 拉取的项目路径
+
+gitee github