git reset --soft HEAD^ //用于撤销git commit的内容 git cherry-pick --abort //用于取消从其他分支clone的修改 git stash //缓存当前修改,用于暂时忽略当前修改,提交其他修改 git stash pop //还原stash的修改 ...
分类:
其他好文 时间:
2020-07-23 15:48:02
阅读次数:
69
灵性建图,Pick定理证明内向树森林,DFS时线段树统计线段覆盖 ...
分类:
其他好文 时间:
2020-07-19 23:49:58
阅读次数:
97
附录 curl 命令完整的参数 $ curl --help Usage: curl [options...] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only --anyauth Pick "any" authenticatio ...
分类:
Web程序 时间:
2020-07-14 18:31:36
阅读次数:
69
备份文件: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha ...
分类:
其他好文 时间:
2020-06-23 11:43:38
阅读次数:
63
代码合并在日常开发中是较为常见的场景,采用合适的合并方式,可以起到事半功倍的效果。对应在 Git 中合并的方式主要有三个,Merge,Rebase,Cherry-Pick. 开始部分会首先介绍一下这三个命令,并录制了一些动画,用于演示三个命令的不同合并过程。之后会实操这三个命令,演示如何解决冲突。 ...
分类:
其他好文 时间:
2020-06-22 15:01:25
阅读次数:
49
参考: https://blog.csdn.net/u013276277/article/details/82470177 1.找到上次git push的版本,git rebase -i commitID 编辑该内容,将所有要合并的版本前的pick 修改为 squash,保存 修改commit信息, ...
分类:
其他好文 时间:
2020-06-17 20:27:54
阅读次数:
49
UPDATE store SET food_ordering =1,self_pickup_remark = CONCAT('self pick up notes:',store_code,short_name) WHERE merchant_id = "360087641000000807" AN ...
分类:
其他好文 时间:
2020-06-17 12:36:55
阅读次数:
72
在项目开发中,我们存在用到某个分支某项功能的情况,这个时候我们需要合并某个commit git cherry-pick XXX(commit的id) 具体用法: 我们需要先checkout到需要用到的某项功能的分支,然后git log 得到commit 日志。记录需要用到的commit 的id, 切 ...
分类:
其他好文 时间:
2020-06-15 12:04:39
阅读次数:
100
取色器 安装 sudo apt-get install gpick 点击pick color按钮。 六角形可以保存六个颜色,中间的是鼠标现在的颜色,可以按1~6来选择一个六角形,在按下空格,就可以将此时的鼠标颜色保存在这个六角形中 ...
分类:
系统相关 时间:
2020-06-08 19:08:46
阅读次数:
138
题目如下: You are given an integer num. You will apply the following steps exactly two times: Pick a digit x (0 <= x <= 9). Pick another digit y (0 <= y < ...
分类:
其他好文 时间:
2020-06-03 23:33:43
阅读次数:
70