BT种子基本信息
- 种子哈希:175a8497a17f4ca8070be51a4642bf31a43f3ab5
- 文档大小:2.9 GB
- 文档个数:81个文档
- 下载次数:1996次
- 下载速度:极快
- 收录时间:2020-03-24
- 最近下载:2025-02-13
- DMCA/屏蔽:DMCA/屏蔽
文档列表
05 - Branching, Merging and Rebasing/07 - Another merge conflict example.flv 130.5 MB
04 - Files in Git - Renaming, Deleting and Ignoring/02 - Deleting a file in Git.flv 104.0 MB
06 - Git Internals/06 - Git as a content store (how many new hashes).flv 78.6 MB
06 - Git Internals/01 - Introducing 'Git under the hood'.flv 75.5 MB
06 - Git Internals/09 - Fetch versus pull.flv 72.2 MB
04 - Files in Git - Renaming, Deleting and Ignoring/04 - Global gitexcludes and other Git ignore options.flv 68.8 MB
07 - Collaborating via GitHub/02 - Forking a repository.flv 68.2 MB
05 - Branching, Merging and Rebasing/08 - Git Diff.flv 67.2 MB
09 - Configuring a Project on GitHub/04 - Configuring deploy keys.flv 63.0 MB
05 - Branching, Merging and Rebasing/11 - Handling rebase conflicts.flv 61.4 MB
11 - How to Undo Almost Anything Using Git/03 - Git commit --amend.flv 60.4 MB
10 - Tags and Releases/01 - Three types of tags.flv 59.2 MB
06 - Git Internals/10 - Merge versus rebase on pull.flv 57.5 MB
06 - Git Internals/07 - Understanding remotes and their configuration.flv 57.2 MB
05 - Branching, Merging and Rebasing/04 - Introducing recursive merges.flv 54.9 MB
02 - Getting Started with Git/02 - Committing in Git.flv 53.2 MB
11 - How to Undo Almost Anything Using Git/04 - Git reset.flv 52.8 MB
02 - Getting Started with Git/04 - The benefits of the staging area.flv 51.6 MB
06 - Git Internals/04 - cat-file to explore object contents.flv 51.1 MB
07 - Collaborating via GitHub/01 - Cloning a repository.flv 49.3 MB
08 - Reviewing a Project on GitHub/04 - Closing an issue automatically with a commit message.flv 49.1 MB
07 - Collaborating via GitHub/06 - Single repo collaboration directly on master.flv 48.8 MB
04 - Files in Git - Renaming, Deleting and Ignoring/05 - Git ignore precedence.flv 48.8 MB
10 - Tags and Releases/02 - Release tags versus release branches.flv 47.0 MB
08 - Reviewing a Project on GitHub/03 - Introducing issues.flv 46.3 MB
01 - Configuring Git/02 - Basic configuration settings.flv 46.2 MB
05 - Branching, Merging and Rebasing/02 - Merging a branch.flv 44.6 MB
05 - Branching, Merging and Rebasing/05 - 'No fast forward' recursive merges.flv 44.2 MB
07 - Collaborating via GitHub/07 - Single repo collaboration using feature branches.flv 42.4 MB
05 - Branching, Merging and Rebasing/06 - Resolving merge conflicts.flv 40.7 MB
01 - Configuring Git/03 - Configuring line endings.flv 39.7 MB
05 - Branching, Merging and Rebasing/09 - Introducing rebasing.flv 38.0 MB
04 - Files in Git - Renaming, Deleting and Ignoring/06 - Git commit -a.flv 36.7 MB
10 - Tags and Releases/05 - Pushing tags up to GitHub and using releases.flv 35.6 MB
07 - Collaborating via GitHub/10 - Collaborating on a pull request.flv 34.4 MB
09 - Configuring a Project on GitHub/02 - GitHub Pages.flv 33.7 MB
02 - Getting Started with Git/01 - Creating your first Git repository.flv 32.7 MB
13 - Q&A/Q7 - Do merges work the same way with merging into integration branches as into master.flv 31.3 MB
10 - Tags and Releases/03 - Cherry pick for reusing code across long running release branches.flv 31.3 MB
05 - Branching, Merging and Rebasing/10 - Rebasing a branch.flv 30.9 MB
11 - How to Undo Almost Anything Using Git/02 - Don't push too often.flv 30.1 MB
07 - Collaborating via GitHub/03 - Contributing via a pull request from a fork.flv 29.9 MB
03 - Getting Started with GitHub/01 - Creating a repository in GitHub.flv 27.7 MB
02 - Getting Started with Git/03 - Understanding a Git commit.flv 27.5 MB
01 - Configuring Git/01 - Three levels of configuration.flv 27.2 MB
08 - Reviewing a Project on GitHub/02 - Getting more information about a project.flv 25.8 MB
06 - Git Internals/08 - Configuring your push default.flv 25.6 MB
13 - Q&A/Q6 - Isn't it dangerous that you can make a bunch of changes to your code by merging in a branch.flv 24.7 MB
11 - How to Undo Almost Anything Using Git/05 - Introducing the reflog.flv 24.7 MB
04 - Files in Git - Renaming, Deleting and Ignoring/03 - Ignoring files using a .gitignore file.flv 24.5 MB
07 - Collaborating via GitHub/05 - Use cases for fork based collaboration.flv 24.3 MB
00 - Introduction/01 - Introduction.flv 23.7 MB
07 - Collaborating via GitHub/09 - Creating a pull request within a single repo.flv 23.5 MB
08 - Reviewing a Project on GitHub/05 - Viewing project state through pulse and graphs.flv 23.2 MB
01 - Configuring Git/04 - Configuring aliases.flv 23.1 MB
09 - Configuring a Project on GitHub/01 - Basic configuration options and renaming a repo.flv 20.1 MB
02 - Getting Started with Git/05 - Git log for viewing history.flv 20.0 MB
05 - Branching, Merging and Rebasing/03 - Creating a fast forward merge.flv 19.8 MB
08 - Reviewing a Project on GitHub/01 - Getting an overview of a project on GitHub using the README.flv 19.4 MB
05 - Branching, Merging and Rebasing/01 - Introducing branching.flv 19.1 MB
04 - Files in Git - Renaming, Deleting and Ignoring/01 - How to rename a file in Git.flv 18.6 MB
10 - Tags and Releases/04 - Git stash for reusing code.flv 17.2 MB
11 - How to Undo Almost Anything Using Git/01 - Private versus public history and git revert.flv 16.7 MB
06 - Git Internals/05 - The benefits of Git's use of SHA1 hashes.flv 16.5 MB
07 - Collaborating via GitHub/11 - Merging in a pull request.flv 16.0 MB
07 - Collaborating via GitHub/08 - Contributing to another feature branch.flv 15.0 MB
13 - Q&A/Q3 - When dealing with merge conflict in a large file, how do you find the conflicts.flv 14.7 MB
07 - Collaborating via GitHub/04 - Approving a pull request from a fork.flv 14.6 MB
03 - Getting Started with GitHub/02 - Uploading your repo to GitHub.flv 14.3 MB
13 - Q&A/Q8 - How do you handle long running release branches.flv 14.2 MB
06 - Git Internals/03 - Exploring the object store.flv 14.0 MB
13 - Q&A/Q5 - Does a merge commit always include all of the files I created on the branch.flv 13.3 MB
13 - Q&A/Q4 - Does Git show the two full, different versions of a file or just the differences.flv 12.7 MB
03 - Getting Started with GitHub/03 - Creating a repository after starting to code.flv 11.8 MB
06 - Git Internals/02 - Creating the first commit.flv 11.2 MB
09 - Configuring a Project on GitHub/03 - Adding collaborators and integrations.flv 8.0 MB
13 - Q&A/Q2 - What's the difference between global and system configuration.flv 7.4 MB
13 - Q&A/Q1 - Can you create a GitHub repo without using your browser.flv 7.2 MB
12 - Conclusion/01 - Conclusion.flv 6.7 MB
11 - How to Undo Almost Anything Using Git/05 - Rebase interactive.flv 6.0 MB
Table of Contents.txt 3.3 kB
==查看完整文档列表==