git 常用命令以及在vscode中使用git

創建 .git 文件 git init 全局設置姓名和email git config --global user.name 「ASxx」 email git config --global user.email 「[email protected]」 建立聯接 git remote add origin https://www.fsdff.com 拉取到本地倉庫 git pull origin
相關文章
相關標籤/搜索