随笔分类 - git
摘要:in:name 爬虫 //搜索名字中带有"爬虫"的in:readme 爬虫 //搜索readme中带有"爬虫"的in:description 爬虫 //搜索描述中带有"爬虫"的stars:>1000 //搜索stars>1000的forks:>1000 //搜索forks>1000的pushed:>
阅读全文
摘要:1.建立远程仓库 2.注意在项目中的.gitignore文件中添加 .idea , node_modules/ 和 /dist/,因为这三个没必要管理 3.在本地项目根路径打开Git Bash Here,然后依次输入命令来生成本地仓库 git init (生成工作区域) git add . (添加到
阅读全文

浙公网安备 33010602011771号