随笔分类 - git
摘要:1.安装java环境,配置环境变量 2.下载gitBlit 链接:https://pan.baidu.com/s/107qVvSS8TmTH8NDzREqu7g 提取码:4l2s 这是免安装的文件夹,可以直接在上面搭建基于gitblit的git服务器 1) 进入目录:D:\gitblit-1.8.0
阅读全文
摘要:删除隐藏的.git文件 0.git init 1.git add. 2.git commit -m "添加项目" 3.git remote rm origin 4.git remote add origin http://zhuxiuwu@192.168.10.86:10101/r/vue/zhdj
阅读全文
摘要:查询用户名及邮箱 $ git config user.name $ git config user.email 设置用户名及邮箱 $ git config --global user.name "xxx" $ git config --global user.email "xxx" 修改远程仓库路径
阅读全文
摘要:方法有三种: 1.修改命令 git remote set-url origin [url] 例如: git remote set-url origin https://github.com/boonook/react-native.git 2.先删后加 git remote rm origin gi
阅读全文
摘要:在你项目所在的文件里运行 git add git commit git pull git push 就可以推送到仓库了
阅读全文

浙公网安备 33010602011771号