Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Git & Github Master Course, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:50
    Course Orientation
  • Урок 2. 00:04:43
    Building a portfolio
  • Урок 3. 00:03:56
    Version Control System
  • Урок 4. 00:03:51
    Local VCS
  • Урок 5. 00:05:32
    Centralised VCS
  • Урок 6. 00:08:15
    Distributed VCS
  • Урок 7. 00:04:04
    How git was created?
  • Урок 8. 00:05:40
    What is Git?
  • Урок 9. 00:08:32
    Git Features
  • Урок 10. 00:03:37
    Installing Git [Mac]
  • Урок 11. 00:06:37
    Installing Git [Windows]
  • Урок 12. 00:02:45
    Configure Git
  • Урок 13. 00:06:35
    Introduction & PWD
  • Урок 14. 00:04:39
    List items
  • Урок 15. 00:05:35
    Change Directory
  • Урок 16. 00:05:51
    Create Files & Folders
  • Урок 17. 00:03:56
    Remove Files & Folders
  • Урок 18. 00:05:46
    Copy & Move
  • Урок 19. 00:03:06
    Git Introduction
  • Урок 20. 00:08:05
    Three stage Architecture
  • Урок 21. 00:13:54
    Initialising Git repository
  • Урок 22. 00:07:58
    Tracking files
  • Урок 23. 00:06:33
    Commit Changes
  • Урок 24. 00:05:46
    Lifecycle of the status of a file
  • Урок 25. 00:12:34
    Example of Lifecycle of the status of a file
  • Урок 26. 00:06:15
    Logging the previous Commits
  • Урок 27. 00:03:04
    Deleting a Git Repo.!!
  • Урок 28. 00:06:02
    Skipping the staging area
  • Урок 29. 00:07:30
    What's the difference?
  • Урок 30. 00:09:29
    I'm gonna Ignore you.
  • Урок 31. 00:07:55
    Remove and move files
  • Урок 32. 00:03:48
    Untrack an already tracked file
  • Урок 33. 00:12:11
    Unstaging & Unmodifying Files
  • Урок 34. 00:04:20
    Git Alias
  • Урок 35. 00:06:41
    What is Branching?
  • Урок 36. 00:07:20
    Why do we need Branching?
  • Урок 37. 00:07:25
    Creating a new branch
  • Урок 38. 00:05:53
    Switching to Branches
  • Урок 39. 00:16:35
    Working with Branching
  • Урок 40. 00:06:56
    Branch logging
  • Урок 41. 00:06:03
    Deleting a branch
  • Урок 42. 00:02:25
    Merging Introduction
  • Урок 43. 00:07:28
    Adding functionality
  • Урок 44. 00:13:06
    Basic Merging
  • Урок 45. 00:13:29
    Recursive Merging
  • Урок 46. 00:05:57
    Merge Conflicts
  • Урок 47. 00:06:10
    Resolving Conflicts
  • Урок 48. 00:02:38
    Git Branching workflow in production
  • Урок 49. 00:03:54
    Rebasing Introduction
  • Урок 50. 00:10:07
    Rebase a branch
  • Урок 51. 00:04:57
    How Git performs rebase internally?
  • Урок 52. 00:05:37
    Key points of Rebasing
  • Урок 53. 00:05:36
    When you should not use rebasing.
  • Урок 54. 00:04:26
    Merge Vs. Rebase
  • Урок 55. 00:04:26
    Git Vs. Github
  • Урок 56. 00:09:52
    Exploring Github
  • Урок 57. 00:05:16
    Why Central Repository is required?
  • Урок 58. 00:11:04
    Creating a github repository
  • Урок 59. 00:08:58
    Personal Access Token
  • Урок 60. 00:08:57
    SSH Keys
  • Урок 61. 00:09:13
    Uploading an existing Git Project on Github
  • Урок 62. 00:07:59
    Working with Remotes
  • Урок 63. 00:09:36
    Cloning a Github repository
  • Урок 64. 00:11:14
    Fetching changes from Github
  • Урок 65. 00:06:33
    Git fetch Vs. Git Pull
  • Урок 66. 00:10:21
    Forking a repository
  • Урок 67. 00:12:08
    Making a Pull Request
  • Урок 68. 00:07:12
    Merging a Pull Request
  • Урок 69. 00:11:39
    Github Issues
  • Урок 70. 00:09:14
    Sync git & github repo with upstream
  • Урок 71. 00:06:50
    Github Pages
  • Урок 72. 00:04:10
    Show me the commit changes
  • Урок 73. 00:09:00
    Stashing
  • Урок 74. 00:07:01
    Apply Stashing
  • Урок 75. 00:04:47
    Cleaning working repository
  • Урок 76. 00:06:06
    Changing commit messages
  • Урок 77. 00:04:31
    Changing commits content
  • Урок 78. 00:10:45
    Travelling to the past commits
  • Урок 79. 00:09:39
    Making new branches from old commits
  • Урок 80. 00:04:08
    Reverting commits
  • Урок 81. 00:09:50
    Reverting commits in action
  • Урок 82. 00:08:34
    Git reset command
  • Урок 83. 00:06:14
    Deleting commits from github
  • Урок 84. 00:04:01
    Cherry-picking commits
  • Урок 85. 00:04:10
    What we are going to build?
  • Урок 86. 00:05:04
    Cleaning junk code
  • Урок 87. 00:09:27
    Creating Navigation in your portfolio
  • Урок 88. 00:04:40
    Landing page - HTML
  • Урок 89. 00:08:30
    Landing page - CSS Background
  • Урок 90. 00:06:45
    Landing page - CSS UI improvements
  • Урок 91. 00:08:06
    About page
  • Урок 92. 00:10:56
    Lisiting your projects
  • Урок 93. 00:11:32
    creating a contact page
  • Урок 94. 00:03:47
    Website is LIVE