Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Git From Start to Finish, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:52
    Introduction
  • Урок 2. 00:03:06
    Who This Course Is For
  • Урок 3. 00:05:28
    What This Course Covers
  • Урок 4. 00:02:24
    What This Course Does Not Cover
  • Урок 5. 00:01:44
    What Outcomes Should You Expect
  • Урок 6. 00:12:03
    What Problems Does It Solve
  • Урок 7. 00:08:13
    Centralized Version Control
  • Урок 8. 00:10:13
    Distributed Version Control
  • Урок 9. 00:07:16
    Git Overview
  • Урок 10. 00:14:08
    Installing Git
  • Урок 11. 00:07:38
    Command line usage
  • Урок 12. 00:08:19
    Initial Setup
  • Урок 13. 00:04:44
    Updating Git
  • Урок 14. 00:04:09
    Git Clients
  • Урок 15. 00:01:10
    Introduction
  • Урок 16. 00:01:40
    Repository
  • Урок 17. 00:01:33
    Init
  • Урок 18. 00:01:08
    Clone
  • Урок 19. 00:03:33
    GitIgnore
  • Урок 20. 00:03:00
    Stage
  • Урок 21. 00:04:13
    Commit
  • Урок 22. 00:01:28
    Amend
  • Урок 23. 00:01:48
    Remote
  • Урок 24. 00:00:45
    Local
  • Урок 25. 00:01:11
    Push
  • Урок 26. 00:02:07
    Pull
  • Урок 27. 00:02:27
    Fetch
  • Урок 28. 00:01:58
    Sync
  • Урок 29. 00:03:03
    Stash
  • Урок 30. 00:07:42
    Branch
  • Урок 31. 00:02:57
    Fork
  • Урок 32. 00:03:15
    Merge and Merge Conflict
  • Урок 33. 00:01:36
    Fast Forward
  • Урок 34. 00:01:41
    Head
  • Урок 35. 00:04:00
    Rebase
  • Урок 36. 00:02:26
    Tag
  • Урок 37. 00:05:35
    Pull Request
  • Урок 38. 00:00:23
    Introduction
  • Урок 39. 00:06:15
    Create a Repository
  • Урок 40. 00:04:54
    GitIgnore
  • Урок 41. 00:08:22
    Commit Gitignore File
  • Урок 42. 00:05:39
    Commit Other File
  • Урок 43. 00:05:45
    Create a Branch
  • Урок 44. 00:06:58
    Add Commit to the Branch
  • Урок 45. 00:02:12
    Add a Commit to Main
  • Урок 46. 00:05:48
    Merge the Branch Into Main
  • Урок 47. 00:01:25
    Introduction
  • Урок 48. 00:07:12
    GitLab
  • Урок 49. 00:03:50
    BitBucket
  • Урок 50. 00:06:52
    Azure DevOps
  • Урок 51. 00:08:05
    GitHub
  • Урок 52. 00:00:52
    Introduction
  • Урок 53. 00:08:40
    Create a Repository on GitHub
  • Урок 54. 00:05:00
    Clone the Repository
  • Урок 55. 00:08:47
    Create the Initial Code
  • Урок 56. 00:06:09
    Syncing Repos
  • Урок 57. 00:02:25
    Identify a Needed Change
  • Урок 58. 00:13:40
    General Work Process
  • Урок 59. 00:00:37
    Introduction
  • Урок 60. 00:02:30
    Identify the Issue
  • Урок 61. 00:02:15
    Fork the Repository
  • Урок 62. 00:01:04
    Clone the Repository
  • Урок 63. 00:03:49
    Fix the Issue
  • Урок 64. 00:05:35
    Push the Branch
  • Урок 65. 00:08:14
    Create a Pull Request
  • Урок 66. 00:02:23
    Reviewing the Results
  • Урок 67. 00:01:02
    Introduction
  • Урок 68. 00:12:09
    Handle Merge Conflicts
  • Урок 69. 00:03:39
    Update a Commit
  • Урок 70. 00:01:52
    Update a Commit Message
  • Урок 71. 00:05:22
    Move a Commit to a Branch
  • Урок 72. 00:04:47
    Undo an Old Commit
  • Урок 73. 00:01:55
    Undo Changes to a File
  • Урок 74. 00:06:08
    Untrack a File
  • Урок 75. 00:02:41
    Unrecoverable Issues
  • Урок 76. 00:01:38
    Introduction
  • Урок 77. 00:07:25
    VSCode
  • Урок 78. 00:04:49
    Visual Studio
  • Урок 79. 00:03:26
    GitHub Desktop
  • Урок 80. 00:07:27
    GitKraken
  • Урок 81. 00:01:19
    Conclusion