
获得徽章 5
- 研究了一晚上的`git rebase`,提交gitlab 私服`Merge Requests`,始终有`merge commit`。一直认为是自己的使用方式有问题。后发现,社区版不行呀,只支持`git merge --no-ff xxx/xx`
(NO-FF)
(图一Gitlab官网,图二GitLab Community Edition 9.5.5)展开赞过11 - JavaScript/Reference/Statements/const
The const declaration creates a read-only reference to a value. It does not mean the value it holds is immutable—just that the variable identifier cannot be reassigned.展开评论点赞