Git使用操作(GitHub遠程管理)

Git基本工作流程: 下載好git軟件,創建一個文件夾,右鍵打開GIT Bash Here   git初始化及倉庫創建和操作: 1、基本信息設置:git config --global user.name 'github用戶名' 2、設置用戶名郵箱 git config --global user.email 'github郵箱' 3、查看信息 : git config --list     *:
相關文章
相關標籤/搜索