常用知识整理

有没有什么好用的文件对比工具,能直接对比出文字差异?

  1. WinMerge
  2. git bash diff
  3. Linux下可以用diff命令

git fetch 和git pull 的差别

git fetch 相当于是从远程获取最新到本地,不会自动merge

  1. git fetch 和git pull 的差别

git删除本地分支并获取tag代码

  1. git删除本地分支出现错误
  2. git 如何获取指定 tag 代码
  3. git切换到某个tag

git分支问题

  1. git 上传至github出现error:your local changes to the following files would to be overwritten解决办法
  2. error:your local changes to the following files would to be overwritten
  3. git 把远程分支拿到本地,并建立关联关系track

git add 问题

  1. Git add 常见用法

git 撤销修改

  1. Git的撤消操作 - 重置, 签出 和 撤消

    mac常用工具整理

  2. 装了啥 2019 版

git 常用知识总结

1.git常用功能总结

欢迎关注我的公众号:沉迷Spring
显示 Gitment 评论
0%