书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 16090 个相关结果.
  • Overview

    Overview Issues Issue types Before submitting Pull Requests Use work-in-progress PRs for early feedback Developer Certificate of Origin: Signing your work Every commit needs t...
  • 版本更新

    版本更新 版本标签 版本更新 现在创建一个 git版本库:(参见“初始化”一节 ) mkdir sandbox cd sandbox / git init touch test git add . git commit - m "创建git版本库" git log 查看版本纪录: commit d63e...
  • Git Notes

    git Notes How to Make a Pull Request (PR) Step 1. Start With a Synced Fork Checkout 1a. First time 1b. Subsequent times Step 2. Create a Branch Step 6. Push Your Changes Step ...
  • Overview

    Overview Issues Issue types Before submitting Pull Requests Use work-in-progress PRs for early feedback Developer Certificate of Origin: Signing your work Every commit needs t...
  • Overview

    Overview Issues Issue types Before submitting Pull Requests Use work-in-progress PRs for early feedback Developer Certificate of Origin: Signing your work Every commit needs t...
  • Overview

    Overview Issues Issue types Before submitting Pull Requests Use work-in-progress PRs for early feedback Developer Certificate of Origin: Signing your work Every commit needs t...
  • 提交PR注意事项

    提交PR注意事项 建立 Issue 并完成 Pull Request 签署CLA协议和通过单元测试 签署CLA 通过单元测试 删除远程分支 删除本地分支 提交代码的一些约定 提交PR注意事项 建立 Issue 并完成 Pull Request 建立一个 Issue 描述问题,并记录它的编号。 切换到所建分支,然后点击 New pu...
  • Git提交变更

    Git提交变更 配置提交信息 提交变更 Git提交变更 当本地文件变更以后,可以通过VCS —> Git —> Commit File 弹出提交变更窗口. 当然,分支合并过后也会弹出提交变更窗口. 配置提交信息 提交变更窗口中你可以选择Change list,也可以选择要提交的变更文件,默认是全选的. 在Author中选择或者输入作者名...
  • merge与no-ff merge

    779 2019-12-09 《Git速查手册》
    git 的 merge 与 no-ff merge 的不同之处 证明 git 的 merge 与 no-ff merge 的不同之处 通常,合并分支时,如果可能,Git 会用Fast forward 模式,但这种模式下,删除分支后,会丢掉分支信息。如果要强制禁用Fast forward 模式,Git 就会在merge 时生成一个新的commit ,这...
  • PREPARE TRANSACTION

    PREPARE TRANSACTION Synopsis Description Parameters Notes Caution Examples Compatibility See Also PREPARE TRANSACTION PREPARE TRANSACTION — prepare the current transact...