书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 19931 个相关结果.
  • Installation with Docker

    Installation with Docker Basics Ports Databases MySQL database PostgreSQL database Named volumes Startup Installation Configure the user inside Gitea using environment vari...
  • 6.4 bug分支

    软件开发中,bug就像家常便饭一样。有了bug就需要修复,在Git中,由于分支是如此的强大,所以,每个bug都可以通过一个新的临时分支来修复,修复后,合并分支,然后将临时分支删除。 当你接到一个修复一个代号101的bug的任务时,很自然地,你想创建一个分支issue-101 来修复它,但是,等等,当前正在dev 上进行的工作还没有提交: $ git st...
  • 2.2 记录每次更新到仓库

    2.2 Git 基础 - 记录每次更新到仓库 记录每次更新到仓库 检查当前文件状态 跟踪新文件 暂存已修改文件 状态简览 忽略文件 查看已暂存和未暂存的修改 提交更新 跳过使用暂存区域 移除文件 移动文件 2.2 Git 基础 - 记录每次更新到仓库 记录每次更新到仓库 现在我们手上有了一个真实项目的 Git 仓库,并从这个...
  • GitHub Submit PR

    GitHub Submit PR GitHub Remote Repository Git Contribution Guide GitHub Commit PR Merge PR Reject PR GitHub Submit PR This article walks you through contributing RocketMQ t...
  • Dev Notes

    Notes For Developers Things to Run After git clone after-git-clone #1: a mandatory notebook strip out after-git-clone #2: automatically updating doc notebooks to be trusted on git...
  • bisect

    346 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION Basic bisect commands: start, bad, good Bisect reset Alternate terms Bisect visualize/view Bisect log and bisect replay Avoiding testing a commit ...
  • Pull request workflow

    Pull request workflow Git source repository Forking and cloning Branching Updating your branch Making changes Pushing changes to a remote Issuing a pull request Modifying a ...
  • 创建与合并分支

    1190 2019-12-09 《Git速查手册》
    结论 说明 switch git: ‘switch’ is not a git command. 结论 查看分支 git branch 创建分支 git branch <name> 切换分支 git checkout <name> git switch <name> # switch是2.23版本新增命...
  • 9. Changes, not Files

    Changes, not Files Goals First Change: Allow a default name hello.rb Add this Change Execute: Second change: Add a comment hello.rb Check the current status Execute: Outp...
  • 版本控制

    版本控制(Version Control) 概述(Overview) Git 状态栏操作(Git Status Bar Actions) 提交(Commit) 分支和标签(Branches and Tags) Remotes 合并冲突(Merge Conflicts) 查看差异(Viewing Diffs) Git输出(Git Output W...