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