初識Git基本指令

1.Git創建倉庫文件命令(Lunix): 命令 說明 pwd 顯示當前文件夾 git config --global user.name ‘ghh1221’ 設置用戶名 git config --global user.email ‘[email protected]’ 設置用戶郵箱 mkdir test 創建test文件夾 cd test 從當前文件夾進入test文件夾 git init 初始
相關文章
相關標籤/搜索