Back to Browse

MASTERING VERSION CONTROL - GIT AND GITHUB: THE ULTIMATE CRASH COURSE

1.3K views
Jun 23, 2023
2:56:33

In this power-packed video, dive deep into the world of Git and GitHub mastery. Discover the essential concepts and techniques to streamline your coding workflow, collaborate seamlessly, and manage versions effortlessly. Link to notes: https://github.com/The-Leo/PROGRAMMING-NOTES Link to downloading git: https://git-scm.com/downloads Link to practising git: https://learngitbranching.js.org/ How to Install git on Windows: https://youtu.be/cJTXh7g-uCM Setting up VS Code: git config --global core.editor "code --wait" Setting up Atom: git config --global core.editor "atom --wait" Setting up Sublime Text: git config --global core.editor "'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl' -n -w" Join our Community on Discord: Hyperspace Code Server: https://discord.gg/Yb3vtZ9b #versioncontrol #git #gitignore #github #gitcommands #distrubutedversioncontrol #alx #alxproject #gitstash #gitcommit #tutorial #crashcourse #alxafrica #gitinit #branching #gitbranching #merging #alxgit Time Stamps 00:00 - Intro 00:08 - Content 00:45 - What is Version Control? 06:06 - Models of Version Control: Distributed and Central 08:29 - What are Git and GitHub? 11:40 - Git terminology 23:15 - Git Installation for Mac and Windows 28:52 - Configure Your Git 33:23 - Initialising Git - git init 43:51 - Knowing the Status of Your Repo - git status 59:58 - Going Back in Time - git log 1:29:20 - git diff 1:33:35 - How to write good commit messages 1:39:06 - git ignore files 1:45:43 - git branching 2:05:04 - Merging Branches 2:15:08 - Merge Conflicts 2:34:35 - Undoing Changes 2:41:22 - Reverting Commits 2:43:46 - Resetting 2:51:13 - git stash 2:52:41 - Creating Backup Branches 2:55:34 - PART TWO - GITHUB

Download

0 formats

No download links available.

MASTERING VERSION CONTROL - GIT AND GITHUB: THE ULTIMATE CRASH COURSE | NatokHD