對於Git的重新學習記錄

安裝 直接在git的官網上用安裝包進行安裝 安裝之後添加用戶 git config --global user.name "Your Name" git config --global user.email "[email protected]" 查看當前全局的設置 git config --global --list 基礎使用 顯示隱藏文件 ls -ah 初始化倉庫 git init 將文件添加
相關文章
相關標籤/搜索