Git基礎 3 ---- Git 初始化及倉庫創建

1 Git基礎設置 1 設置用戶名 git config --global user.name "用戶名" 2 設置用戶郵箱 git config --global user.name "郵箱" 3 查看設置 git config --list 2 Git 獲取幫助 1 獲取命令幫助 git help 2 我們也可以使用特定的命令獲取幫組 git help 特定命令 3 初始化一個新的Git倉庫
相關文章
相關標籤/搜索