随笔分类 - git
摘要:一、提交项目 命令行中,输入 git init 将文件夹中的内容全部添加到git管理中 git add . 提交 git commit -m 'first commit' 连接github仓库 git remote add origin https://github.com/shench561239
阅读全文
摘要:1.使用 git remote add 别名 远程地址 命令起别名,查看当前所有远程地址别名 2.创建hello.txt 3.使用 git push 别名 分支 命令推送失败 4.使用git pull 远程地址别名 master --allow-unrelated-histories 根据错误提示
阅读全文

浙公网安备 33010602011771号