首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - The Git & Github Bootcamp
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-7-15 23:30
2024-12-16 19:19
92
4.85 GB
187
磁力链接
magnet:?xt=urn:btih:54c1afd38a2ed33728190598a298f22025f04e85
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjU0YzFhZmQzOGEyZWQzMzcyODE5MDU5OGEyOThmMjIwMjVmMDRlODVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
The
Git
&
Github
Bootcamp
文件列表
01 - Course Orientation/001 Welcome To The Course!.mp4
43.81MB
01 - Course Orientation/003 What The Course Covers.mp4
26.51MB
01 - Course Orientation/004 A Note On The Exercises.mp4
17.19MB
01 - Course Orientation/005 Accessing The Slides & Diagrams.mp4
3.61MB
02 - Introducing...Git!/001 What Really Matters In This Section.mp4
3.4MB
02 - Introducing...Git!/002 What Exactly Is Git.mp4
21.53MB
02 - Introducing...Git!/003 Visualizing Git.mp4
30.49MB
02 - Introducing...Git!/004 A Quick History Of Git.mp4
34.76MB
02 - Introducing...Git!/005 Who Uses Git.mp4
27.92MB
02 - Introducing...Git!/006 Git Vs. Github What's The Difference.mp4
11.06MB
03 - Installation & Setup/001 What Really Matters In This Section.mp4
3.73MB
03 - Installation & Setup/002 Installing Git Terminal Vs. GUIs.mp4
43.77MB
03 - Installation & Setup/003 WINDOWS Git Installation.mp4
40.95MB
03 - Installation & Setup/004 MAC Git Installation.mp4
34.89MB
03 - Installation & Setup/005 Configuring Your Git Name & Email.mp4
20.77MB
03 - Installation & Setup/006 Installing GitKraken (Our GUI).mp4
9.35MB
03 - Installation & Setup/007 Terminal Crash Course Introduction.mp4
13.91MB
03 - Installation & Setup/008 Terminal Crash Course Navigation.mp4
75.42MB
03 - Installation & Setup/009 Terminal Crash Course Creating Files & Folders.mp4
60.67MB
03 - Installation & Setup/010 Terminal Crash Course Deleting Files & Folders.mp4
25.25MB
04 - The Very Basics Of Git Adding & Committing/001 What Really Matters In This Section.mp4
2.91MB
04 - The Very Basics Of Git Adding & Committing/002 What Is A Git Repo.mp4
27.96MB
04 - The Very Basics Of Git Adding & Committing/003 Our First Commands Git Init and Git Status.mp4
9.69MB
04 - The Very Basics Of Git Adding & Committing/004 The Mysterious .Git Folder.mp4
28.49MB
04 - The Very Basics Of Git Adding & Committing/005 A Common Early Git Mistake.mp4
12.76MB
04 - The Very Basics Of Git Adding & Committing/006 The Committing Workflow Overview.mp4
31.14MB
04 - The Very Basics Of Git Adding & Committing/007 Staging Changes With Git Add.mp4
16.27MB
04 - The Very Basics Of Git Adding & Committing/008 Finally, The Git Commit Command!.mp4
19.53MB
04 - The Very Basics Of Git Adding & Committing/009 The Git Log Command (And More Committing).mp4
74.12MB
04 - The Very Basics Of Git Adding & Committing/010 Committing Exercise.mp4
54.94MB
05 - Commits In Detail (And Related Topics)/001 What Really Matters In This Section.mp4
4.56MB
05 - Commits In Detail (And Related Topics)/002 Navigating The Git Documentation.mp4
22.45MB
05 - Commits In Detail (And Related Topics)/003 Keeping Your Commits Atomic.mp4
45.12MB
05 - Commits In Detail (And Related Topics)/004 Commit Messages Present Or Past Tense.mp4
11.43MB
05 - Commits In Detail (And Related Topics)/005 Escaping VIM & Configuring Git's Default Editor.mp4
76.4MB
05 - Commits In Detail (And Related Topics)/006 A Closer Look At The Git Log Command.mp4
50.44MB
05 - Commits In Detail (And Related Topics)/007 Committing With A GUI.mp4
34.43MB
05 - Commits In Detail (And Related Topics)/008 Fixing Mistakes With Amend.mp4
40.59MB
05 - Commits In Detail (And Related Topics)/009 Ignoring Files w .gitignore.mp4
55.28MB
06 - Working With Branches/001 What Really Matters In This Section.mp4
4.07MB
06 - Working With Branches/002 Introducing Branches.mp4
10.52MB
06 - Working With Branches/003 The Master Branch (Or Is It Main).mp4
21.43MB
06 - Working With Branches/004 What On Earth Is HEAD.mp4
33.34MB
06 - Working With Branches/005 Viewing All Branches With Git Branch.mp4
1.7MB
06 - Working With Branches/006 Creating & Switching Branches.mp4
30.42MB
06 - Working With Branches/007 More Practice With Branching.mp4
30.46MB
06 - Working With Branches/008 Another Option Git Checkout Vs. Git Switch.mp4
22.11MB
06 - Working With Branches/009 Switching Branches With Unstaged Changes.mp4
26.69MB
06 - Working With Branches/010 Deleting & Renaming Branches.mp4
52.72MB
06 - Working With Branches/011 How Git Stores HEAD & Branches.mp4
32.93MB
06 - Working With Branches/012 Branching Exercise.mp4
38.02MB
07 - Merging Branches, Oh Boy!/001 What Really Matters In This Section.mp4
3.22MB
07 - Merging Branches, Oh Boy!/002 An Introduction To Merging.mp4
20.06MB
07 - Merging Branches, Oh Boy!/003 Performing A Fast Forward Merge.mp4
22.53MB
07 - Merging Branches, Oh Boy!/004 Visualizing Merges.mp4
18.59MB
07 - Merging Branches, Oh Boy!/005 Generating Merge Commits.mp4
33.18MB
07 - Merging Branches, Oh Boy!/006 Oh No! Merge Conflicts!.mp4
5.79MB
07 - Merging Branches, Oh Boy!/007 Resolving Merge Conflicts.mp4
40.34MB
07 - Merging Branches, Oh Boy!/008 Using VSCode To Resolve Conflicts.mp4
26.62MB
07 - Merging Branches, Oh Boy!/009 Merging Exercise.mp4
61.06MB
08 - Comparing Changes With Git Diff/001 What Really Matters In This Section.mp4
3.4MB
08 - Comparing Changes With Git Diff/002 Introducing The Git Diff Command.mp4
33.77MB
08 - Comparing Changes With Git Diff/003 A Guide To Reading Diffs.mp4
44.61MB
08 - Comparing Changes With Git Diff/004 Viewing Unstaged Changes.mp4
10.91MB
08 - Comparing Changes With Git Diff/005 Viewing Working Directory Changes.mp4
11.22MB
08 - Comparing Changes With Git Diff/006 Viewing Staged Changes.mp4
5.58MB
08 - Comparing Changes With Git Diff/007 Diffing Specific Files.mp4
12.25MB
08 - Comparing Changes With Git Diff/008 Comparing Changes Across Branches.mp4
10.94MB
08 - Comparing Changes With Git Diff/009 Comparing Changes Across Commits.mp4
3.68MB
08 - Comparing Changes With Git Diff/010 Visualizing Diffs With GUIs.mp4
28.06MB
08 - Comparing Changes With Git Diff/011 Diff Exercise.mp4
39.25MB
09 - The Ins and Outs of Stashing/001 What Really Matters In This Section.mp4
3.29MB
09 - The Ins and Outs of Stashing/002 Why We Need Git Stash.mp4
20.42MB
09 - The Ins and Outs of Stashing/003 Stashing Basics Git Stash Save & Pop.mp4
14.84MB
09 - The Ins and Outs of Stashing/004 Practicing With Git Stash.mp4
11.47MB
09 - The Ins and Outs of Stashing/005 Git Stash Apply.mp4
18.07MB
09 - The Ins and Outs of Stashing/006 Working With Multiple Stashes.mp4
25.4MB
09 - The Ins and Outs of Stashing/007 Dropping & Clearing The Stash.mp4
4.89MB
09 - The Ins and Outs of Stashing/008 Stashing Exercise.mp4
14.59MB
10 - Undoing Changes & Time Traveling/001 What Really Matters In This Section.mp4
4.02MB
10 - Undoing Changes & Time Traveling/002 Checking Out Old Commits.mp4
42.62MB
10 - Undoing Changes & Time Traveling/003 Re-Attaching Our Detached HEAD!.mp4
31.21MB
10 - Undoing Changes & Time Traveling/004 Referencing Commits Relative to HEAD.mp4
16.09MB
10 - Undoing Changes & Time Traveling/005 Discarding Changes With Git Checkout.mp4
11.9MB
10 - Undoing Changes & Time Traveling/006 Un-Modifying With Git Restore.mp4
31.03MB
10 - Undoing Changes & Time Traveling/007 Un-Staging Changes With Git Restore.mp4
12.46MB
10 - Undoing Changes & Time Traveling/008 Undoing Commits With Git Reset.mp4
19.36MB
10 - Undoing Changes & Time Traveling/009 Reverting Commits With...Git Revert.mp4
12.51MB
10 - Undoing Changes & Time Traveling/010 Undoing Changes Exercise.mp4
78.64MB
11 - Github The Basics/001 What Really Matters In This Section.mp4
3.25MB
11 - Github The Basics/002 What Does Github Do For Us.mp4
42.8MB
11 - Github The Basics/003 Why You Should Use Github!.mp4
29.41MB
11 - Github The Basics/004 Cloning Github Repos With Git Clone.mp4
61.83MB
11 - Github The Basics/005 Cloning Non-Github Repos.mp4
8.74MB
11 - Github The Basics/006 Github Setup SSH Config.mp4
47.4MB
11 - Github The Basics/007 Creating Our First Github Repo!.mp4
18.52MB
11 - Github The Basics/008 A Crash Course on Git Remotes.mp4
27.87MB
11 - Github The Basics/009 Introducing Git Push.mp4
49.59MB
11 - Github The Basics/010 Touring A Github Repo.mp4
25.67MB
11 - Github The Basics/011 Practice With Git Push.mp4
15.66MB
11 - Github The Basics/012 A Closer Look At Git Push.mp4
20.43MB
11 - Github The Basics/013 What does git push -u mean.mp4
16.83MB
11 - Github The Basics/014 Another Github Workflow Cloning First.mp4
15.03MB
11 - Github The Basics/015 Main & Master Github Default Branches.mp4
16.97MB
11 - Github The Basics/016 Github Basics Exercise.mp4
63.12MB
12 - Fetching & Pulling/001 What Really Matters In This Section.mp4
2.18MB
12 - Fetching & Pulling/002 Remote Tracking Branches WTF Are They.mp4
19.23MB
12 - Fetching & Pulling/003 Checking Out Remote Tracking Branches.mp4
24.94MB
12 - Fetching & Pulling/004 Working With Remote Branches.mp4
33.82MB
12 - Fetching & Pulling/005 Git Fetch The Basics.mp4
10.12MB
12 - Fetching & Pulling/006 Demonstrating Git Fetch.mp4
38.71MB
12 - Fetching & Pulling/007 Git Pull The Basics.mp4
9.42MB
12 - Fetching & Pulling/008 Git Pull & Merge Conflicts.mp4
20.74MB
12 - Fetching & Pulling/009 A Shorter Syntax For Git Pull.mp4
19.41MB
13 - Github Grab Bag Odds & Ends/001 What Really Matters In This Section.mp4
4.72MB
13 - Github Grab Bag Odds & Ends/002 Github Repo Visibility Public Vs. Private.mp4
39.45MB
13 - Github Grab Bag Odds & Ends/003 Adding Github Collaborators.mp4
24.45MB
13 - Github Grab Bag Odds & Ends/004 Github Collaboration Demo.mp4
37.96MB
13 - Github Grab Bag Odds & Ends/005 What are READMEs.mp4
26.45MB
13 - Github Grab Bag Odds & Ends/006 A Markdown Crash Course.mp4
70.95MB
13 - Github Grab Bag Odds & Ends/007 Adding a README To A Project.mp4
25.03MB
13 - Github Grab Bag Odds & Ends/008 Creating Github Gists.mp4
27.89MB
13 - Github Grab Bag Odds & Ends/009 Introducing Github Pages.mp4
13.01MB
13 - Github Grab Bag Odds & Ends/010 Github Pages Demo.mp4
65.16MB
14 - Git Collaboration Workflows/001 What Really Matters In This Section.mp4
4.89MB
14 - Git Collaboration Workflows/002 The Pitfalls Of A Centralized Workflow.mp4
35.13MB
14 - Git Collaboration Workflows/003 Centralized Workflow Demonstration.mp4
80.76MB
14 - Git Collaboration Workflows/004 The All-Important Feature Branch Workflow.mp4
17.01MB
14 - Git Collaboration Workflows/005 Feature Branch Workflow Demo.mp4
59.78MB
14 - Git Collaboration Workflows/006 Merging Feature Branches.mp4
20.08MB
14 - Git Collaboration Workflows/007 Introducing Pull Requests.mp4
29.58MB
14 - Git Collaboration Workflows/008 Making Our First Pull Request.mp4
32.19MB
14 - Git Collaboration Workflows/009 Merging Pull Requests With Conflicts.mp4
82.68MB
14 - Git Collaboration Workflows/010 Configuring Branch Protection Rules.mp4
31.3MB
14 - Git Collaboration Workflows/011 Introducing Forking.mp4
7.75MB
14 - Git Collaboration Workflows/012 Forking Demonstration.mp4
39.82MB
14 - Git Collaboration Workflows/013 The Fork & Clone Workflow.mp4
21.11MB
14 - Git Collaboration Workflows/014 Fork & Clone Workflow Demonstration.mp4
55.83MB
15 - Rebasing The Scariest Git Command/001 What Really Matters In This Section.mp4
2.5MB
15 - Rebasing The Scariest Git Command/002 Why is Rebasing Scary Is it.mp4
6.32MB
15 - Rebasing The Scariest Git Command/003 Comparing Merging & Rebasing.mp4
23.49MB
15 - Rebasing The Scariest Git Command/004 Rebase Demo Pt 1 Setup & Merging.mp4
16.06MB
15 - Rebasing The Scariest Git Command/005 Rebasing Demo Pt 2 Actually Rebasing.mp4
47.6MB
15 - Rebasing The Scariest Git Command/006 The Golden Rule When NOT to Rebase.mp4
12.39MB
15 - Rebasing The Scariest Git Command/007 Handling Conflicts & Rebasing.mp4
35.34MB
16 - Cleaning Up History With Interactive Rebase/001 What Really Matters In This Section.mp4
1.94MB
16 - Cleaning Up History With Interactive Rebase/002 Introducing Interactive Rebase.mp4
13.83MB
16 - Cleaning Up History With Interactive Rebase/003 Rewording Commits With Interactive Rebase.mp4
59.71MB
16 - Cleaning Up History With Interactive Rebase/004 Fixing Up & Squashing Commits With Interactive Rebase.mp4
51.65MB
16 - Cleaning Up History With Interactive Rebase/005 Dropping Commits With Interactive Rebase.mp4
7.63MB
17 - Git Tags Marking Important Moments In History/001 What Really Matters In This Section.mp4
3.25MB
17 - Git Tags Marking Important Moments In History/002 The Idea Behind Git Tags.mp4
8.52MB
17 - Git Tags Marking Important Moments In History/003 A Side Note On Semantic Versioning.mp4
31.1MB
17 - Git Tags Marking Important Moments In History/004 Viewing & Searching Tags.mp4
15.44MB
17 - Git Tags Marking Important Moments In History/005 Comparing Tags With Git Diff.mp4
22.93MB
17 - Git Tags Marking Important Moments In History/006 Creating Lightweight Tags.mp4
13.26MB
17 - Git Tags Marking Important Moments In History/007 Creating Annotated Tags.mp4
15.7MB
17 - Git Tags Marking Important Moments In History/008 Tagging Previous Commits.mp4
14.1MB
17 - Git Tags Marking Important Moments In History/009 Replacing Tags With Force.mp4
3.94MB
17 - Git Tags Marking Important Moments In History/010 Deleting Tags.mp4
6.16MB
17 - Git Tags Marking Important Moments In History/011 IMPORTANT Pushing Tags.mp4
12.52MB
18 - Git Behind The Scenes - Hashing & Objects/001 What Really Matters In This Section.mp4
3.79MB
18 - Git Behind The Scenes - Hashing & Objects/002 Working With The Local Config File.mp4
91.85MB
18 - Git Behind The Scenes - Hashing & Objects/003 Inside Git The Refs Directory.mp4
28.66MB
18 - Git Behind The Scenes - Hashing & Objects/004 Inside Git The HEAD file.mp4
10.35MB
18 - Git Behind The Scenes - Hashing & Objects/005 Inside Git The Objects Directory.mp4
14.74MB
18 - Git Behind The Scenes - Hashing & Objects/006 A Crash Course On Hashing Functions.mp4
33.76MB
18 - Git Behind The Scenes - Hashing & Objects/007 Git As A Key-Value Datastore.mp4
9.41MB
18 - Git Behind The Scenes - Hashing & Objects/008 Hashing With Git Hash-Object.mp4
19.08MB
18 - Git Behind The Scenes - Hashing & Objects/009 Retrieving Data With Git Cat-File.mp4
43.09MB
18 - Git Behind The Scenes - Hashing & Objects/010 Deep Dive Into Git Objects Blobs.mp4
13.6MB
18 - Git Behind The Scenes - Hashing & Objects/011 Deep Dive Into Git Objects Trees.mp4
46.96MB
18 - Git Behind The Scenes - Hashing & Objects/012 Deep Dive Into Git Objects Commits.mp4
84.37MB
19 - The Power of Reflogs - Retrieving Lost Work/001 What Really Matters In This Section.mp4
3.08MB
19 - The Power of Reflogs - Retrieving Lost Work/002 Introducing Reflogs.mp4
48.71MB
19 - The Power of Reflogs - Retrieving Lost Work/003 The Limitations of Reflogs.mp4
13.3MB
19 - The Power of Reflogs - Retrieving Lost Work/004 The Git Reflog Show Command.mp4
65.2MB
19 - The Power of Reflogs - Retrieving Lost Work/005 Passing Reflog References Around.mp4
28.36MB
19 - The Power of Reflogs - Retrieving Lost Work/006 Time-Based Reflog Qualifiers.mp4
32.19MB
19 - The Power of Reflogs - Retrieving Lost Work/007 Rescuing Lost Commits With Reflog.mp4
34.37MB
19 - The Power of Reflogs - Retrieving Lost Work/008 Undoing A Rebase w Reflog - It's A Miracle!.mp4
28.14MB
20 - Writing Custom Git Aliases/001 What Matters In This Section.mp4
1.87MB
20 - Writing Custom Git Aliases/002 The Global Git Config File.mp4
23.32MB
20 - Writing Custom Git Aliases/003 Writing Our First Git Alias.mp4
16.71MB
20 - Writing Custom Git Aliases/004 Setting Aliases From The Command Line.mp4
3.41MB
20 - Writing Custom Git Aliases/005 Aliases With Arguments.mp4
20.27MB
20 - Writing Custom Git Aliases/006 Exploring Existing Useful Aliases Online.mp4
53.15MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统