Welcome to my Channel...!
In this video we are going to see the basics of GitHub . These are the fundamentals of GitHub and essential trainings. we will see more and more in upcoming videos.
Exercise Files Direct Link:-👇👇👇
https://mega.nz/file/EuYnHYiT#hERLm3laH1Fv...
Git and GitHub Essential Trainings:-👇👇👇
• Git and GitHub Full Course For Beginners 2024
PHP Tutorials for Beginners to Master | A-Z Concepts in PHP
PHP Full Playlist:-👇👇👇
• PHP Tutorials for Beginners to Master | Le...
Full-Stack MERN App Development tutorial:-👇👇👇
• Video
Creating and Hosting Full-Stack Site using React:-👇👇👇
• Creating and Hosting a Full-Stack Site usi...
For any queries drop a mail at [email protected]
Share your thoughts about this video in the comment section and if you have any doubts post it in comment section.
BluePrism Playlist:- • BluePrism | RPA
Thank You...!
→→→→→Visit Our Channel For More Videos←←←←←
🏹LIKE
🏹SHARE
🏹SUBSCRIBE
Where There is a Will There is a Way 💘
//Chapters and time splits
00:00:00-00:01:23 Version control and collaboration with GitHub
00:01:24-00:02:19 What you should know
00:02:20-00:04:32 Using lab.github.com
00:04:33-00:06:26 Introduction to a widely used workflow
00:06:27-00:09:32 The basic GitHub Workflow
00:09:33-00:10:51 Designing your software delivery pipeline
00:10:52-00:14:35 Tools for securing your workflow
00:14:36-00:16:46 The role of CI
00:16:47-00:18:51 The role of CD
00:18:52-00:22:25 The supercharged GitHub workflow
00:22:26-00:25:11 Getting started with our first GitHub Learning Lab
00:25:12-00:29:59 Enable continous integration
00:30:00-00:32:55 Learn how to use CI with a configuration file
00:32:56-00:34:40 Specify the Docker image
00:34:41-00:36:17 Merge pull request
00:36:18-00:39:26 Add automated builds
00:39:27-00:43:18 Add branch protections
00:43:19-00:46:22 Add changes based on a review
00:46:23-00:47:50 Add a CI unit test
00:47:51-00:50:42 Fix broken build and merge
00:50:43-00:53:07 Add CD to your pipeline
00:53:08-00:55:39 Using Git locally
00:55:40-00:58:32 The anatomy of a commit
00:58:33-01:00:52 Why commit relationships matter
01:00:53-01:03:41 Understanding branches
01:03:42-01:06:32 Where is your HEAD?
01:06:33-01:09:15 Where does Git store all of this information?
01:09:16-01:12:23 Working with remote tracking branches
01:12:24-01:17:17 Viewing local history
01:17:18-01:22:05 Using Git aliases
01:22:06-01:26:47 Help me find that one commit
01:26:48-01:30:15 Reverting changes with Git
01:30:16-01:35:26 Crafting atomic commits with Git
01:35:27-01:39:47 Viewing local changes
01:39:48-01:42:05 Rewriting history with Git
01:42:06-01:44:10 Oops, I messed up my last commit
01:44:11-01:45:52 Everything is broken, help me reset history
01:45:53-01:48:56 Reset back to staging area
01:48:57-01:51:04 Reset back to the working directory
01:51:05-01:52:33 Reset to the trash
01:52:34-01:54:54 I just want that one commit
01:54:55-01:58:11 I need to restructure my commit history
01:58:12-02:00:48 Rebase in action
02:00:49-02:02:16 What is a merge conflict and how do they happen?
02:02:17-02:04:14 Resolving a merge conflict
02:04:15-02:10:41 Make a local change and create the pull request
02:10:42-02:12:31 Merge the pull request locally
02:12:32-02:17:47 Resolve a simple conflict and merge
02:17:48-02:21:18 Create your own conflict
02:21:19-02:23:28 Resolve your own conflict
02:23:29-02:30:16 Resolve advanced conflicts and merge
02:30:17-02:33:31 Merge strategies
02:33:32-02:34:49 The perils of long-running branches
02:34:50-02:37:01 Fine tuning the GitHub flow
02:37:02-02:40:00 Considerations for workflow design
02:40:01-02:44:41 Pitfalls of a non-innersource culture
02:44:42-02:47:01 Adopting an innersource culture