Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Git Complete: The definitive, step-by-step guide to Git, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:31
    Welcome and Course Goals
  2. Урок 2. 00:02:20
    Course Overview
  3. Урок 3. 00:01:02
    About the Author / Instructor
  4. Урок 4. 00:02:48
    Course Audience and Course Study Tips
  5. Урок 5. 00:02:30
    Why Command Line?
  6. Урок 6. 00:05:51
    Why Source Control?
  7. Урок 7. 00:02:13
    Why Git?
  8. Урок 8. 00:03:00
    Key Git Terminology
  9. Урок 9. 00:02:13
    Installation Overview
  10. Урок 10. 00:05:41
    Installing Git for Windows
  11. Урок 11. 00:01:12
    Installing Git on Mac OS X
  12. Урок 12. 00:05:31
    Quick Start, Part 1: Starting with GitHub and Project Setup
  13. Урок 13. 00:09:06
    Quick Start, Part 2: Configuration, Clone, and Git Basic Workflow
  14. Урок 14. 00:01:11
    Text Editor Installation Overview
  15. Урок 15. 00:05:24
    Windows Text Editor: Notepad++ Installation
  16. Урок 16. 00:04:43
    Configure Notepad++ with Git (Windows Only)
  17. Урок 17. 00:03:05
    Mac Text Editor: TextMate 2 Installation
  18. Урок 18. 00:03:02
    Configure Text Mate 2 with Git (Mac Only)
  19. Урок 19. 00:01:58
    Basic Commands Overview
  20. Урок 20. 00:08:02
    Starting with a Fresh Project (git init)
  21. Урок 21. 00:06:59
    Adding Git to an Existing Project (git init)
  22. Урок 22. 00:06:02
    Starting on GitHub by Joining an Existing Project (git clone)
  23. Урок 23. 00:11:28
    Basic Git Workflow (add, commit, pull & push)
  24. Урок 24. 00:05:10
    Tracked Files
  25. Урок 25. 00:04:00
    Editing Files
  26. Урок 26. 00:04:14
    Recursive Add
  27. Урок 27. 00:04:28
    Backing Out Changes
  28. Урок 28. 00:11:15
    Renaming and Moving Files
  29. Урок 29. 00:10:18
    Deleting Files
  30. Урок 30. 00:06:28
    History
  31. Урок 31. 00:04:24
    Git Alias
  32. Урок 32. 00:07:23
    Ignoring Unwanted Files and Folders
  33. Урок 33. 00:02:39
    Cleanup and Back to Origin (GitHub)
  34. Урок 34. 00:01:01
    Visual Merge / Diff Tool Installation Overview
  35. Урок 35. 00:02:07
    P4Merge Install on Windows
  36. Урок 36. 00:03:33
    P4Merge Configure on Windows
  37. Урок 37. 00:04:14
    P4Merge for Windows Git Configuration
  38. Урок 38. 00:01:53
    P4Merge for Mac Installation
  39. Урок 39. 00:04:03
    P4Merge for Mac Git Configuration
  40. Урок 40. 00:05:53
    Git Repository Setup (for comparing examples)
  41. Урок 41. 00:02:30
    Comparing Working Directory and the Staging Area
  42. Урок 42. 00:01:50
    Comparing Working Directory and Git Repository (Last Commit)
  43. Урок 43. 00:01:44
    Comparing between the Staging Area and the Git Repository (Last Commit)
  44. Урок 44. 00:02:00
    Limiting Comparsons to one File (or path)
  45. Урок 45. 00:04:38
    Comparing Between Commits
  46. Урок 46. 00:02:06
    Comparing Between Local and Remote Master Branches
  47. Урок 47. 00:01:38
    Comparison Section Cleanup and Push back to GitHub
  48. Урок 48. 00:04:49
    Branching Basics
  49. Урок 49. 00:06:45
    Happy Path / Fast Forward Merges
  50. Урок 50. 00:04:13
    Happy Path / Disable Fast Forward Merges
  51. Урок 51. 00:05:31
    Automatic Merges
  52. Урок 52. 00:11:41
    Conflicting Merges and Resolution
  53. Урок 53. 00:01:38
    Section Cleanup and Push back to GitHub
  54. Урок 54. 00:08:22
    Simple Rebase Example
  55. Урок 55. 00:02:51
    Setup for rebasing conflict
  56. Урок 56. 00:02:07
    Abort a Rebase
  57. Урок 57. 00:04:05
    Rebase Conflict and Resolution
  58. Урок 58. 00:04:51
    Pull with Rebase (GitHub)
  59. Урок 59. 00:01:54
    Section Cleanup and push to GitHub
  60. Урок 60. 00:05:56
    Simple Stash Example
  61. Урок 61. 00:05:24
    Stashing Untracked Files and Using Pop
  62. Урок 62. 00:05:54
    Managing Multiple Stashes
  63. Урок 63. 00:05:47
    Stashing into a Branch
  64. Урок 64. 00:01:23
    Section Cleanup and push to GitHub
  65. Урок 65. 00:03:49
    Simple Tag Example / Lightweight Tags
  66. Урок 66. 00:02:40
    Annotated Tags
  67. Урок 67. 00:05:10
    Comparing Tags
  68. Урок 68. 00:02:03
    Tagging a Specific Commit
  69. Урок 69. 00:01:45
    Updating Tags
  70. Урок 70. 00:05:04
    Using Tags with GitHub
  71. Урок 71. 00:12:29
    Reset and Reflog (Office Hours, Session 1)
  72. Урок 72. 00:04:35
    Compare Branches via GitHub (Office Hours, Session 1)
  73. Урок 73. 00:06:16
    Compare Branches via Command Line (Office Hours, Session 1)
  74. Урок 74. 00:09:51
    Stash vs Branch (Office Hours, Session 1)
  75. Урок 75. 00:01:16
    Gitting Help (Office Hours, Session 1)
  76. Урок 76. 00:07:42
    Cherry Pick (Office Hours, Session 1)
  77. Урок 77. 00:05:08
    Git Mac OS X Updates