Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Git & GitHub - The Practical Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:18
    Welcome to this Course!
  2. Урок 2. 00:07:16
    What is Git?
  3. Урок 3. 00:03:45
    What is GitHub?
  4. Урок 4. 00:05:17
    Course Content
  5. Урок 5. 00:03:17
    How to Get the Most out of this Course!
  6. Урок 6. 00:00:40
    Module Introduction
  7. Урок 7. 00:03:44
    The Command Line - What & Why?
  8. Урок 8. 00:04:24
    Comparing the Mac & Windows Command Line
  9. Урок 9. 00:06:38
    Mac Terminal - The Basics
  10. Урок 10. 00:03:41
    Accessing Folders
  11. Урок 11. 00:03:12
    Absolute vs Relative Paths
  12. Урок 12. 00:06:28
    Creating & Deleting Files
  13. Урок 13. 00:05:01
    Introducing Flags and Removing Data
  14. Урок 14. 00:08:56
    Copying & Moving Files & Folders
  15. Урок 15. 00:02:45
    Mac Terminal - Core Commands Overview
  16. Урок 16. 00:04:36
    Windows Command Prompt - The Basics
  17. Урок 17. 00:04:32
    Absolute vs Relative Paths
  18. Урок 18. 00:03:07
    Creating & Deleting Files & Folders
  19. Урок 19. 00:03:14
    Copying & Moving Files
  20. Урок 20. 00:01:56
    Windows Command Prompt - Core Commands Overview
  21. Урок 21. 00:01:52
    Module Introduction
  22. Урок 22. 00:06:40
    Theory - How Git Works
  23. Урок 23. 00:04:51
    Theory: Working Directory vs Repository
  24. Урок 24. 00:04:24
    Theory - Understanding Branches
  25. Урок 25. 00:10:38
    Installing Git on Windows
  26. Урок 26. 00:04:45
    Installing Git on MacOS
  27. Урок 27. 00:09:57
    Installing Visual Studio Code
  28. Урок 28. 00:08:29
    Initializing the Repository & Creating the First Commit ("git init" & "git commi
  29. Урок 29. 00:04:15
    Diving Deeper Into Commits with "git log"
  30. Урок 30. 00:06:59
    Understanding & Creating Branches
  31. Урок 31. 00:01:52
    Merging Branches - The Basics
  32. Урок 32. 00:03:10
    Understanding the HEAD
  33. Урок 33. 00:03:53
    The "detached HEAD"
  34. Урок 34. 00:02:42
    Branches & "git switch" (Git 2.23)
  35. Урок 35. 00:01:07
    Deleting Data - An Overview
  36. Урок 36. 00:03:31
    Deleting Working Directory Files
  37. Урок 37. 00:05:29
    Undoing Unstaged Changes
  38. Урок 38. 00:05:32
    Undoing Staged Changes
  39. Урок 39. 00:06:18
    Deleting Commits with "git reset"
  40. Урок 40. 00:01:52
    Deleting Branches
  41. Урок 41. 00:08:38
    Committing "detached HEAD" Changes
  42. Урок 42. 00:05:33
    Understanding .gitignore
  43. Урок 43. 00:05:51
    Wrap Up & Basic Commands Overview
  44. Урок 44. 00:01:26
    Git Basics: Assignment - Problem
  45. Урок 45. 00:14:10
    Git Basics: Assignment - Solution
  46. Урок 46. 00:00:46
    Module Introduction
  47. Урок 47. 00:08:59
    Understanding the Stash ("git stash")
  48. Урок 48. 00:05:45
    Bringing Lost Data Back with "git reflog"
  49. Урок 49. 00:01:50
    Combining Branches - What & Why?
  50. Урок 50. 00:02:23
    Understanding Merge Types
  51. Урок 51. 00:09:13
    Applying the Fast-Forward Merge
  52. Урок 52. 00:07:21
    The Recursive Merge (Non-Fast-Forward)
  53. Урок 53. 00:03:21
    Rebasing - Theory
  54. Урок 54. 00:06:50
    Applying "git rebase"
  55. Урок 55. 00:06:49
    Handling Merge Conflicts
  56. Урок 56. 00:02:02
    Merge vs Rebase vs Cherry Pick
  57. Урок 57. 00:05:40
    Undestanding "git cherry-pick"
  58. Урок 58. 00:06:30
    Working with Tags ("git tag")
  59. Урок 59. 00:02:38
    Wrap Up
  60. Урок 60. 00:01:59
    Module Introduction
  61. Урок 61. 00:02:50
    What is GitHub?
  62. Урок 62. 00:06:07
    From Local to Remote Repository - Theory
  63. Урок 63. 00:05:58
    Creating a GitHub Account & Introducing GitHub
  64. Урок 64. 00:05:48
    Creating a Remote Repository
  65. Урок 65. 00:08:50
    Connecting Local & Remote Repositories
  66. Урок 66. 00:03:38
    Understanding the Personal Access Token
  67. Урок 67. 00:05:30
    Pushing a Second Commit
  68. Урок 68. 00:04:42
    From Local to Remote - Understanding the Workflow
  69. Урок 69. 00:08:34
    Remote Tracking Branches in Practice
  70. Урок 70. 00:04:05
    Understanding Local Tracking Branches
  71. Урок 71. 00:08:26
    Creating Local Tracking Branches
  72. Урок 72. 00:02:31
    Remote & Tracking Branches - Command Overview
  73. Урок 73. 00:09:09
    Cloning a Remote Repository
  74. Урок 74. 00:02:34
    Understanding the Upstream
  75. Урок 75. 00:06:04
    Deleting Remote Branches & Public Commits
  76. Урок 76. 00:01:53
    Wrap Up
  77. Урок 77. 00:02:43
    Module Introduction
  78. Урок 78. 00:03:54
    The 4 GitHub Usecases
  79. Урок 79. 00:05:59
    Understanding GitHub Account Types
  80. Урок 80. 00:10:10
    Changing the Repository Type from Public to Private
  81. Урок 81. 00:05:30
    Pushing Commits to a Public Repository
  82. Урок 82. 00:05:52
    How GitHub Manages Account Security
  83. Урок 83. 00:07:10
    Understanding & Adding a Collaborator to a Private User Account
  84. Урок 84. 00:05:04
    Collaborating in Private Repositories
  85. Урок 85. 00:03:21
    Comparing Owner & Collaborator Rights
  86. Урок 86. 00:06:33
    Limiting Interactions
  87. Урок 87. 00:01:36
    Introducing Organizations
  88. Урок 88. 00:05:07
    Creating an Organization
  89. Урок 89. 00:04:37
    Exploring Member Repository Permissions
  90. Урок 90. 00:07:29
    Adding Outside Collaborators
  91. Урок 91. 00:09:09
    Adding Organization Members
  92. Урок 92. 00:02:52
    Failing to Manage Access for Individual Repositories
  93. Урок 93. 00:09:14
    Introducing Teams
  94. Урок 94. 00:07:07
    Managing Team Repository Access Efficiently
  95. Урок 95. 00:10:24
    Understanding Forks & Pull Requests
  96. Урок 96. 00:08:29
    Forking a Repository
  97. Урок 97. 00:11:44
    Pull Requests in Practice
  98. Урок 98. 00:07:27
    Opening & Closing Issues
  99. Урок 99. 00:08:16
    Working with GitHub Projects
  100. Урок 100. 00:07:46
    Creating a README File to a Repository
  101. Урок 101. 00:05:04
    Presenting Yourself as Developer on GitHub
  102. Урок 102. 00:01:57
    About GitHub Stars
  103. Урок 103. 00:06:19
    Wrap Up
  104. Урок 104. 00:01:12
    Module Introduction
  105. Урок 105. 00:03:07
    Preparing the Project
  106. Урок 106. 00:04:26
    Project Setup
  107. Урок 107. 00:04:58
    Creating our First Commit Locally
  108. Урок 108. 00:09:12
    Changing the ReactJS Project Code
  109. Урок 109. 00:06:12
    Pushing the Code to the Owner's Remote Repository
  110. Урок 110. 00:07:05
    Cloning the Project & Changing the Code
  111. Урок 111. 00:03:15
    Pushing the Commit & Why it Fails
  112. Урок 112. 00:02:04
    Adding a Collaborator
  113. Урок 113. 00:04:18
    Creating the Personal Access Token & Pushing Successfully
  114. Урок 114. 00:02:23
    Merging the Owner Branches
  115. Урок 115. 00:06:38
    Fixing Merge Conflicts
  116. Урок 116. 00:05:16
    Accessing Code via Forks
  117. Урок 117. 00:02:55
    Contributing to the Project by Improving the Code
  118. Урок 118. 00:06:16
    Creating the Pull Request
  119. Урок 119. 00:05:02
    Accepting the Pull Request
  120. Урок 120. 00:03:00
    Course Roundup