随笔分类 - 前端工具->Git
摘要://方法一 $ git fetch origin master //从远程的origin仓库的master分支下载代码到本地的origin master $ git log -p master.. origin/master//比较本地的仓库和远程参考的区别 $ git merge origin/m
阅读全文
摘要:Git基础概念 GIt区域 Git文件状态 GIt安装和配置 Git基本操作 简易的命令行入门教程: Git 全局设置: git config --global user.name "seeding" git config --global user.email "7623267+seeding@u
阅读全文