git 随笔

还有一些git的指令没有用过,记录在这里.

1. 设置远程branch的指令

There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=<remote>/<branch> configdrive-1

 

Git Reset 三种模式

git rebase 用法详解与工作原理

3.6 Git 分支 - 变基

[Git翻译]Git rebase --onto一个概览

git rebase onto使用

怎么理解Git里的 "three-way merge" ?

Git三路合并算法(Three Way Merge)

Merge,Rebase,Cherry-Pick 了解一下 

从git log 点线图(graph)看merge和rebase操作

 
posted @ 2017-05-31 19:10  lvmxh  阅读(138)  评论(0编辑  收藏  举报