zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[Tutorialsplanet.NET] Udemy - Git Complete The definitive, step-by-step guide to Git
magnet:?xt=urn:btih:a108669498f34a199ce699685be8ac0589507019&dn=[Tutorialsplanet.NET] Udemy - Git Complete The definitive, step-by-step guide to Git
磁力链接详情
Hash值:
a108669498f34a199ce699685be8ac0589507019
点击数:
154
文件大小:
1.34 GB
文件数量:
77
创建日期:
2019-11-11 16:14
最后访问:
2024-12-24 21:37
访问标签:
Tutorialsplanet
NET
Udemy
-
Git
Complete
The
definitive
step-by-step
guide
to
Git
文件列表详情
1. Introduction/1. Welcome and Course Goals.mp4 3.49 MB
1. Introduction/2. Course Overview.mp4 3.7 MB
1. Introduction/3. About the Author Instructor.mp4 2.83 MB
1. Introduction/4. Course Audience and Course Study Tips.mp4 4.02 MB
1. Introduction/5. Why Command Line.mp4 4.75 MB
1. Introduction/6. Why Source Control.mp4 7.35 MB
1. Introduction/7. Why Git.mp4 3.13 MB
1. Introduction/8. Key Git Terminology.mp4 9.46 MB
10. Stashing/1. Simple Stash Example.mp4 19.31 MB
10. Stashing/2. Stashing Untracked Files and Using Pop.mp4 18.4 MB
10. Stashing/3. Managing Multiple Stashes.mp4 14.4 MB
10. Stashing/4. Stashing into a Branch.mp4 17.71 MB
10. Stashing/5. Section Cleanup and push to GitHub.mp4 4 MB
11. Tagging/1. Simple Tag Example Lightweight Tags.mp4 51.01 MB
11. Tagging/2. Annotated Tags.mp4 4.17 MB
11. Tagging/3. Comparing Tags.mp4 42.33 MB
11. Tagging/4. Tagging a Specific Commit.mp4 10.95 MB
11. Tagging/5. Updating Tags.mp4 9.31 MB
11. Tagging/6. Using Tags with GitHub.mp4 18.44 MB
12. Bonus Office Hour Sessions/1. Reset and Reflog (Office Hours, Session 1).mp4 100.99 MB
12. Bonus Office Hour Sessions/2. Compare Branches via GitHub (Office Hours, Session 1).mp4 16.11 MB
12. Bonus Office Hour Sessions/3. Compare Branches via Command Line (Office Hours, Session 1).mp4 24.04 MB
12. Bonus Office Hour Sessions/4. Stash vs Branch (Office Hours, Session 1).mp4 43.68 MB
12. Bonus Office Hour Sessions/5. Gitting Help (Office Hours, Session 1).mp4 11.22 MB
12. Bonus Office Hour Sessions/6. Cherry Pick (Office Hours, Session 1).mp4 32.5 MB
13. Updates and Errata/1. Git Mac OS X Updates.mp4 108.51 MB
2. Git Installation/1. Installation Overview.mp4 4.53 MB
2. Git Installation/2. Installing Git for Windows.mp4 17.77 MB
2. Git Installation/3. Installing Git on Mac OS X.mp4 3.09 MB
3. Git Quick Start/1. Quick Start, Part 1 Starting with GitHub and Project Setup.mp4 12.48 MB
3. Git Quick Start/2. Quick Start, Part 2 Configuration, Clone, and Git Basic Workflow.mp4 31.31 MB
4. Text Editor Installation/1. Text Editor Installation Overview.mp4 3.04 MB
4. Text Editor Installation/2. Windows Text Editor Notepad++ Installation.mp4 17.29 MB
4. Text Editor Installation/3. Configure Notepad++ with Git (Windows Only).mp4 7.85 MB
4. Text Editor Installation/4. Mac Text Editor TextMate 2 Installation.mp4 10.88 MB
4. Text Editor Installation/5. Configure Text Mate 2 with Git (Mac Only).mp4 6.23 MB
5. Basic Git Commands/1. Basic Commands Overview.mp4 4.13 MB
5. Basic Git Commands/10. Renaming and Moving Files.mp4 27.93 MB
5. Basic Git Commands/11. Deleting Files.mp4 28.88 MB
5. Basic Git Commands/12. History.mp4 13.82 MB
5. Basic Git Commands/13. Git Alias.mp4 13.42 MB
5. Basic Git Commands/14. Ignoring Unwanted Files and Folders.mp4 28.06 MB
5. Basic Git Commands/15. Cleanup and Back to Origin (GitHub).mp4 6.99 MB
5. Basic Git Commands/2. Starting with a Fresh Project (git init).mp4 21.14 MB
5. Basic Git Commands/3. Adding Git to an Existing Project (git init).mp4 27.9 MB
5. Basic Git Commands/4. Starting on GitHub by Joining an Existing Project (git clone).mp4 13.72 MB
5. Basic Git Commands/5. Basic Git Workflow (add, commit, pull & push).mp4 38.09 MB
5. Basic Git Commands/6. Tracked Files.mp4 19.54 MB
5. Basic Git Commands/7. Editing Files.mp4 26.23 MB
5. Basic Git Commands/8. Recursive Add.mp4 19.16 MB
5. Basic Git Commands/9. Backing Out Changes.mp4 31.01 MB
6. Visual MergeDiff Tool Installation/1. Visual Merge Diff Tool Installation Overview.mp4 3.08 MB
6. Visual MergeDiff Tool Installation/2. P4Merge Install on Windows.mp4 4.05 MB
6. Visual MergeDiff Tool Installation/3. P4Merge Configure on Windows.mp4 6.1 MB
6. Visual MergeDiff Tool Installation/4. P4Merge for Windows Git Configuration.mp4 6.19 MB
6. Visual MergeDiff Tool Installation/5. P4Merge for Mac Installation.mp4 3.48 MB
6. Visual MergeDiff Tool Installation/6. P4Merge for Mac Git Configuration.mp4 5.49 MB
7. Comparisons/1. Git Repository Setup (for comparing examples).mp4 21.11 MB
7. Comparisons/2. Comparing Working Directory and the Staging Area.mp4 10.45 MB
7. Comparisons/3. Comparing Working Directory and Git Repository (Last Commit).mp4 5.44 MB
7. Comparisons/4. Comparing between the Staging Area and the Git Repository (Last Commit).mp4 6.35 MB
7. Comparisons/5. Limiting Comparsons to one File (or path).mp4 5.92 MB
7. Comparisons/6. Comparing Between Commits.mp4 22.34 MB
7. Comparisons/7. Comparing Between Local and Remote Master Branches.mp4 7.54 MB
7. Comparisons/8. Comparison Section Cleanup and Push back to GitHub.mp4 8.28 MB
8. Branching and Merging/1. Branching Basics.mp4 18.21 MB
8. Branching and Merging/2. Happy Path Fast Forward Merges.mp4 17.78 MB
8. Branching and Merging/3. Happy Path Disable Fast Forward Merges.mp4 23.78 MB
8. Branching and Merging/4. Automatic Merges.mp4 30.13 MB
8. Branching and Merging/5. Conflicting Merges and Resolution.mp4 45.97 MB
8. Branching and Merging/6. Section Cleanup and Push back to GitHub.mp4 4.67 MB
9. Rebasing/1. Simple Rebase Example.mp4 33.85 MB
9. Rebasing/2. Setup for rebasing conflict.mp4 9.72 MB
9. Rebasing/3. Abort a Rebase.mp4 7.97 MB
9. Rebasing/4. Rebase Conflict and Resolution.mp4 15.72 MB
9. Rebasing/5. Pull with Rebase (GitHub).mp4 19.75 MB
9. Rebasing/6. Section Cleanup and push to GitHub.mp4 6.5 MB
其他位置