Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Git and GitHub for DevOps Engineers, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:07
    Course Overview
  • Урок 2. 00:01:41
    Before Starting
  • Урок 3. 00:00:37
    About Instructor
  • Урок 4. 00:06:10
    What is Version Control system
  • Урок 5. 00:02:37
    Installing Git on Windows
  • Урок 6. 00:08:28
    Setup An EC2 Instance and Install Git on Linux
  • Урок 7. 00:04:27
    Working with Git bash
  • Урок 8. 00:07:35
    Creating a repository on git
  • Урок 9. 00:13:02
    Git Stages
  • Урок 10. 00:07:31
    Git Workflow
  • Урок 11. 00:11:02
    Compare code changes with different git stages
  • Урок 12. 00:05:24
    Compare code changes with different local commits
  • Урок 13. 00:02:55
    Why do we need GitHub
  • Урок 14. 00:04:38
    Creating GitHub account
  • Урок 15. 00:06:17
    Creating a repository on GitHub
  • Урок 16. 00:04:43
    Cloning a repository from GitHub
  • Урок 17. 00:08:05
    Push code on to remote repository
  • Урок 18. 00:08:27
    Working with other developer code
  • Урок 19. 00:03:54
    Git clone Vs Git pull
  • Урок 20. 00:11:16
    Unable to push changes onto remote repository
  • Урок 21. 00:11:05
    Connecting to GitHub using ssh
  • Урок 22. 00:10:45
    Map local repo with remote repository - git remote add
  • Урок 23. 00:10:00
    How a Java developer push code onto remote repository
  • Урок 24. 00:09:36
    Working with commits on Git
  • Урок 25. 00:05:17
    Know information about specific commit on Git - git show
  • Урок 26. 00:07:33
    Working with commits on GitHub
  • Урок 27. 00:06:32
    Commit changes directly on GitHub
  • Урок 28. 00:06:10
    Why do we need branches
  • Урок 29. 00:04:09
    Branching strategy to protect working code
  • Урок 30. 00:03:38
    Working with branches on GitHub
  • Урок 31. 00:05:02
    Working with branches on Git
  • Урок 32. 00:07:04
    Committing changes on branches
  • Урок 33. 00:03:12
    Merging changes onto master branch from dev
  • Урок 34. 00:14:04
    Resolving merge conflicts
  • Урок 35. 00:06:58
    Fork a repository
  • Урок 36. 00:10:33
    Creating a Pull Request (PR)
  • Урок 37. 00:06:40
    Working with Private Repositories
  • Урок 38. 00:07:25
    Adding Collaborator to a GitHub Repository
  • Урок 39. 00:12:21
    Creating Protected Branch
  • Урок 40. 00:08:46
    Tagging a commit
  • Урок 41. 00:05:55
    Revert changes from working directory
  • Урок 42. 00:06:07
    Reverting changes from Staging Area and Local Repository
  • Урок 43. 00:04:52
    Using .gitignore file
  • Урок 44. 00:07:23
    Git rebase
  • Урок 45. 00:06:47
    Git fetch Vs Git Pull
  • Урок 46. 00:05:58
    Introduction to Git Project
  • Урок 47. 00:07:36
    Setup Git Repository and Branches for new project
  • Урок 48. 00:09:10
    Allowing Developers to check-in code
  • Урок 49. 00:14:46
    Enabling DevOps workflow on Dev branch
  • Урок 50. 00:05:32
    Pull Request (PR) to merge code from Dev branch to UAT branch
  • Урок 51. 00:17:01
    Release code onto Production
  • Урок 52. 00:05:41
    How to Create an AWS Account