书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 16090 个相关结果.
  • 5. 用rebase -i 汇合提交

    5. 用rebase -i 汇合提交 教程3 改写提交! 5. 用rebase -i 汇合提交 为了节省时间,这个教程使用现有的历史记录作为本地数据库。 从这里 下载 我们进入stepup-tutorial/tutorial5目录。本地端的历史记录的状态如下图显示。在这里汇合「添加commit的讲解」和「添加pull的讲解」的修改,然后合并到...
  • Development & community

    Development & community Community Security issues Development policies Release schedule & policy Branch policy Commit policy Commit messages Squashing commits How to squash co...
  • FileSystem

    FileSystem SQL Connector Partition Files File Formats Streaming Sink Rolling Policy File Compaction Partition Commit Partition commit trigger Partition Time Extractor Partiti...
  • 3.2.5 版本

    3.2.5 版本 emqx-rule-engine (plugin) minirest (plugin) emqx-web-hook (plugin) 3.2.5 版本 发布日期: 2019-11-15 EMQ X 3.2.5 版本发布。此版本主要进行了错误修复。 emqx-rule-engine (plugin) 错误修复: 支持...
  • Adding coala as a Git Hook

    Git Hooks Pre-Commit Hooks Git Hooks This document is a guide on how to add coala as a git hook. Using a git hookcoala can be executed automatically, ensuring your code follow...
  • 贡献指南

    731 2019-08-12 《HeyUI Admin 文档》
    贡献指南 Issue 规范 Pull Request 规范 git commit 提交dev分支 注意事项 贡献指南 首先感谢你使用 heyui admin。 如果你愿意为 heyui admin 贡献代码或提供建议,请阅读以下内容。 Issue 规范 在提交 issue 之前,请搜索相关内容是否已被提出。 请说明 heyui、v...
  • 查看信息

    查看信息 # 显示有变更的文件 $ git status # 显示当前分支的版本历史 $ git log # 显示commit历史,以及每次commit发生变更的文件 $ git log -- stat # 搜索提交历史,根据关键词 $ git log - S [ keyword ] # 显示某个co...
  • Commits API

    8042 2020-07-27 《Gitlab 中文文档》
    Commits API Commits API List repository commits Create a commit with multiple files and actions Get a single commit Get references a commit is pushed to Cherry pick a commit ...
  • Sumbit PR

    569 2019-11-17 《BFE v0.4 Document》
    Guide of submitting PR to Github Create an Issue and finish Pull Request Pass unit tests Delete remote branch Delete local branch Certain regulations about submitting code ...
  • stash

    NAME SYNOPSIS DESCRIPTION OPTIONS DISCUSSION EXAMPLES SEE ALSO GIT NAME git-stash - Stash the changes in a dirty working directory away SYNOPSIS git stash list [< o...