Pro Git 2nd Edition 2.1.413on Windows Installing from Source First-Time Git Setup Your Identity Your Editor Your default branch name Checking Your Settings Getting Help Summary Git Basics Getting a Git Repository Initializing a Nutshell Creating a New Branch Switching Branches Basic Branching and Merging Basic Branching Basic Merging Basic Merge Conflicts Branch Management Changing a branch name Branching Workflows of a Pull Request Octokit Summary Git Tools Revision Selection Single Revisions Short SHA-1 Branch References RefLog Shortnames Ancestry References Commit Ranges Interactive Staging Staging and0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 on Windows Installing from Source First-Time Git Setup Your Identity Your Editor Your default branch name Checking Your Settings Getting Help Summary Git Basics Getting a Git Repository Initializing a Nutshell Creating a New Branch Switching Branches Basic Branching and Merging Basic Branching Basic Merging Basic Merge Conflicts Branch Management Changing a branch name Branching Workflows of a Pull Request Octokit Summary Git Tools Revision Selection Single Revisions Short SHA-1 Branch References RefLog Shortnames Ancestry References Commit Ranges Interactive Staging Staging and0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 Branch Management. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . default branch name By default Git will create a branch called master when you create a new repository with git init. From Git version 2.28 onwards, you can set a different name for the initial branch. To To set main as the default branch name do: $ git config --global init.defaultBranch main Checking Your Settings If you want to check your configuration settings, you can use the git config --list command0 码力 | 501 页 | 17.96 MB | 1 年前3
MYBATIS Quick GuideTABLE details.student( ID int(10) NOT NULL AUTO_INCREMENT, NAME varchar(100) NOT NULL, BRANCH varchar(255) NOT NULL, PERCENTAGE int(3) NOT NULL, PHONE int(10) NOT NULL, EMAIL varchar(255) MYSQL database − +----+-------+--------+------------+-----------+---------------+ | ID | NAME | BRANCH | PERCENTAGE | PHONE | EMAIL | +----+-------+--------+------------+-----------+---------------+ shown below − public class Student { private int id; private String name; private String branch; private int percentage; private int phone; private String email; //Setters and0 码力 | 34 页 | 301.72 KB | 1 年前3
Pro Git 中文版 第2版 2.1.66签署提交 每个人必须签署 搜索 Git Grep Git 日志搜索 重写历史 修改最后一次提交 修改多个提交信息 重新排序提交 压缩提交 拆分提交 核武器级选项:filter-branch 重置揭密 三棵树 工作流程 重置的作用 通过路径来重置 压缩 检出 总结 高级合并 合并冲突 撤消合并 其他类型的合并 Rerere 使用 Git 调试 文件标注 git status git diff git difftool git commit git reset git rm git mv git clean 分支与合并 git branch git checkout git merge git mergetool git log git stash git tag 项目分享与更新 git fetch git pull send-email git request-pull 外部系统 git svn git fast-import 管理 git gc git fsck git reflog git filter-branch 底层命令 许可证 本作品在“创作共用 署名-非商业性使用-相同方式共享 3.0 未本地化版本 (CC BY-NC-SA 3.0)” 许 可 协 议 下 授 权 。 要 阅 览 该 许0 码力 | 670 页 | 13.59 MB | 1 年前3
Pro Git 中文版 第2版 2.1.6626 $ git config --list user.name=John Doe user.email=johndoe@example.com color.status=auto color.branch=auto color.interactive=auto color.diff=auto ... 你可能会看到重复的变量名,因为 Git 会从不同的文件中读取同一个配置(例如:/etc/gitconfig 检查当前文件状态 可以用 git status 命令查看哪些文件处于什么状态。 如果在克隆仓库后立即使用此命令,会看到类似这样的 输出: $ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean 这说明你现在的 如果之前并不存在这个文件,使用 git status 命令,你 将看到一个新的未跟踪文件: 31 $ echo 'My Project' > README $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add..." to include 0 码力 | 501 页 | 19.30 MB | 1 年前3
Branchless Programming in C++Understanding the hardware and using it efficiently – Computing resources of a CPU – Pipelining – Branch prediction and hardware loop unrolling ● Conditional code vs efficiency ● Optimizing conditional v2[i+2]: v1[i+2]: a[i+2]:Branchless Computing 24 BRANCH PREDICTION: ANTIDOTE TO BRANCHES ● Well-pipelined code: a += v1[i] + v2[i] ● CPUs have branch predi ctorsBranchless Computing 25 LOOP UNROLLING cmp[i]:v3[i]==0 jump if true a[i]:a+=v1[i]+v2[i] jump a[i]:a+=v1[i]*v2[i] ...Branchless Computing 28 BRANCH PREDICTION: ANTIDOTE TO BRANCHES ● Speculatively pipelined code: a += (v3[i]) ? (v1[i]+v2[i]) :0 码力 | 61 页 | 9.08 MB | 6 月前3
Laravel 3.2 Documentationserving a specific purpose: master - This is the Laravel release branch. Active development does not happen on this branch. This branch is only for the most recent, stable Laravel core code. When you are downloading directly from this master branch. Do not make pull requests to this branch. 122 develop - This is the working development branch. All proposed code changes and contributions contributions by the community are pulled into this branch. When you make a pull request to the Laravel project, this is the branch you want to pull-request into. Once certain milestones have been reached and/or0 码力 | 139 页 | 1.13 MB | 1 年前3
Guía Práctica de RISC-V:
El Atlas de una Arquitectura Abierta
Primera Edición, 1.0.5rs1,rs2 Shift Right Arithmetic R SRA rd,rs1,rs2 Shift Right Arith. Imm. I SRAI rd,rs1,shamt Branch = 0 (BEQ rs,x0,imm) J BEQZ rs,imm Aritmética ADD R ADD rd,rs1,rs2 Jump (uses JAL x0,imm) rs2,imm Branches Branch = B BEQ rs1,rs2,imm Float Store Double CS C.FSD rs1′,rs2′,imm Branch ≠ B BNE rs1,rs2,imm Float Store Double SP CSS C.FSDSP rs2,imm Branch < B BLT rs1,rs2,imm ADD CR C.ADD rd,rs1 Branch ≥ B BGE rs1,rs2,imm ADD Immediate CI C.ADDI rd,imm Branch < Unsigned B BLTU rs1,rs2,imm ADD SP Imm * 16 CI C.ADDI16SP x0,imm Branch ≥ Unsigned B BGEU rs1,rs20 码力 | 217 页 | 29.97 MB | 1 年前3
git 操作手册有此git仓库的相关信息,初始化后要设置当前工作的用户名等相关信息,否则 使用全局设置 # git status #查看当前工作目录和暂存区的状态 On branch master No commits yet nothing to commit (create/copy files and use "git add" to track) # echo 'print("hello #提交当前工作目录的所有文件到暂存区(add为暂存操 作),命令最后有一个点. # git status #再次查看状态 On branch master No commits yet Changes to be commi�ed: (use "git rm --cached..." to unstage) #查看未暂存的修改,在工作目录增删改文件后,未add的 # git diff --cached #查看未提交的暂存 ★分支操作 分支(branch)的本质其实就是一个提交对象(commit),HEAD是一个指针, 它默认指向master分支,切换分支时就是让HEAD指向不同的分支。每次有新的 提交时,HEAD都会自动指向最新的提交。 0 码力 | 35 页 | 1.69 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













