add:前端日记

This commit is contained in:
qianguyihao
2018-06-08 22:49:58 +08:00
parent cc7a4394cb
commit 380dcbf89f
5 changed files with 94 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
## 日常操作积累
### 将 `branch1`的某个`commit1`合并到`branch2`当中
切换到branch2中然后执行如下命令
```
git cherry-pick commit1
```
## 推荐连接
### 2018-06
- [聊下git pull --rebase](https://www.cnblogs.com/wangiqngpei557/p/6056624.html)