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