Git 指令
1 | 列出所有本地分支 |
https://www.cnblogs.com/ellen-mylife/p/12794245.html
https://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html
https://blog.csdn.net/dingyi4815313/article/details/114068189
Fatal: Not possible to fast-forward, aborting - 简书](https://www.jianshu.com/p/5f4772dc60c2)
1 | 场景1 无干扰提交文件 |
git–本地分支与远程分支_Andyato0520的博客-CSDN博客
1 | 拉代码 |
1 | merge 分支,将主分支 dev-video merge到自己的分支dev-video-attlit上: |
1 | 从当前分支master 拉出新分支 dev |
git从已有分支拉新分支开发_git 拉取新分支_苦咖啡-bit的博客-CSDN博客
https://www.runoob.com/git/git-branch.html
git 拉取远程指定分支 pull本地不存在的分支 - 哈姆PP - 博客园
1 | 反正就是解决不了冲突或者不在分支上 |
1 | 删除git分支 |
1 | 关于tag |
Git: git tag 使用小结(给发布版本打标记,切换并修改某个历史版本) - 夜行过客 - 博客园
Git配合GPG签名
1 | 当配置好GPG之后 每次commit |
https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E9%87%8D%E5%86%99%E5%8E%86%E5%8F%B2
git 配合beyond compare
mac 安装位置如下
1 | git config --global mergetool.bc4.cmd '"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" "$LOCAL" "$REMOTE"' |