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