Details for this torrent 

Git Mastery: Beginner to Expert with GitHub and GitLab
Type:
Other > Other
Files:
531
Size:
10.09 GiB (10834638148 Bytes)
Uploaded:
2021-06-30 07:00:52 GMT
By:
tuts756
Seeders:
6
Leechers:
0
Comments
0  

Info Hash:
F746C200CBE8E74D0B85EECB95CB3EBD2ECFDBF3




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

This course is all about Git and GitHub/GitLab/Azure Devops.

This course comprehensively covers not only Git but also possible Git hosting providers such as GitHub/GitLab or Azure DevOps, which means no prior knowledge or experience is required.

Starting from the very basics we will move to more intermediate topics (Branching, Merging, Rebasing, …) and finally progress onto advanced topics such as Submodules, Subtrees and more.

If those terms are new to you – jump in and you will learn all that and more using multiple practice examples and animated slides.

Become a Git expert with proficiency in Repository/Team Management in GitHub/GitLab/Azure DevOps.

This is the most complete and comprehensive Git and GitHub/GitLab/Azure DevOps course, with tons of practical activities enchanted with animated slides for better understanding as well as a 30-page Cheat-Sheet. By the end of this course you will be the person to ask about Git! Everything will be taught from scratch, from the very basics to the advanced topics. If you truly want to master Git and GitHub/GitLab/Azure Devops this course is for you.

For those who are interested which commands will be covered in this course here is a list (without additional options that will be explored in the course):

git add · git bisect · git blame · git branch · git checkout · git cherry-pick · git clean · git clone · git commit · git config · git diff · git grep ·  git fetch · git gc · git gui · git init · git log · git ls-files · git merge · git merge-base · git merge-file ·  git mergetool · git mv · git pull · git push · git rebase · git reflog · git remote · git reset · git restore · git rev-list · git revert · git rm · git shortlog · git show · git stage · git status · git submodule · git subtree · git switch · git tag

_______________________________________________________________________________________________________

This course is divided into 10 chapters, which will explore and go into detail on several core topics surrounding git. Below is a small summary for each chapter:

Chapter 1 focuses on clarifying the difference between Git and hosting services such as GitHub & GitLab.

Chapter 2 is a quick dive into Git and its most used commands. After this you will be comfortable with basic Git operations such as git add · git commit · git push · git pull · git status · git log · git cherry-pick · git checkout · and more. You will also know how to setup a .gitignore file and be able to create Branches and merge them. And finally we will cover Authentication methods such as (HTTPS vs SSH).

Chapter 3 focuses purely on Git! This is the longest chapter in the course for a good reason. Having finished this chapter you will be able to perform pretty much all actions there are to Git, such as Commits · Undoing Commits · Branches · Merging · Stashing · Remote Repositories · Merge-Conflicts · Rebasing · Tags · Commit References · Git Interna and more…

Chapter 4 will probably be most peoples’ favourite as we won’t be making changes to a Repository ourselves, but retrieve information of an already existing Repository. This will include extensive use of the following commands with various options of git log · git tag · git reflog · git show · git diff · git grep · git blame · git bisect · git shortlog. You will also learn how to visualize a Repository using Gitstats & gitk & GitKraken.

Chapter 5 is all about GitHub, the most known and used Git Hosting Service. After completing this chapter you will be able to manage and set up Personal Repositories as well as Organisations/Teams with ease. This includes managing Pull-Requests and also setting up recommended permissions and protecting branches. Furthermore you will also practice on how to link Issues and Pull-Requests together and also create and use Labels. For managing purposes we will set up automated Issue/Project Boards. Last but not least we will make use of GitHub Actions and create a GitHub Wiki + GitHub Pages and finally set up some security with Dependabot and CodeQL.

Chapter 6 is all about GitLab, probably the second most used Git Hosting Service. This Chapter covers the same topics as chapter 5 (GitHub) but for GitLab. This will include Merge Requests & Permissions (Personal + Groups) · Issues & Labels · Member permissions & roles · Forking · Project Boards & Milestones · Wiki & Code Snippets · CI/CD Pipeline Basics · GitLab Pages · Web IDE.

Chapter 7 focuses on two other known Git Hosting Services: Azure DevOps & Bitbucket. The topics in this chapter will be similar to what you’ve learned for GitHub & GitLab.

Chapter 8 covers Workflows. After this chapter you will be able to setup a necessary Workflow and decide which Workflow is suitable for your Repository/Project. The following Workflows are covered: Solo-Development · Feature Branches · Gitflow – Long Running Branches · Trunk-based Development.

Chapter 9 will handle advanced topics with various exercises. We will set up different Hooks (pre-commit, post-commit, commit-msg, pre-push) to enchant our Development and Workflow-Guidelines. Afterwards we will have a deep dive on how to properly write commit-messages, such as splitting it up into a subject + body and linking it with Issues & Merge/Pull-requests from GitHub & GitLab. Furthermore we will learn and practice Git Submodules & Subtrees, two very advanced Git topics. At the end we will make our lives easier by adding some Git Aliases and setup 2FA for GitHub.

Chapter 10 covers topics that are unknown to most Git users like how to manage your /etc directory with Git and how to setup a Dotfiles Repository. As some Repositories use binary files, we’re going to practice and setup Git LFS (Large File Storage). At the end we will use Visual Studio Code and install the well known GitLens extension.

Chapter 11 contains the downloadable Cheat-Sheet.

Chapter 12 will contain lessons that will be added to the course from time to time to keep it up-to-date. Currently there’s lessons about signed commits for GitHub.

You will not just use the terminal to perform Git operations. In parallel you will also learn to use GUI applications for various use cases:

    GitHub Desktop
    gitk
    Visual Studio Code (+ GitLens)
    GitKraken
    TortoiseGit
    Meld (For Merge-Conflicts)
    Gitstats
    Git GUI

Join now and you will get lifetime-long access to 30 hours of content packed with tons of practical exercises and a 30-page Cheat Sheet! After finishing this course you will be the person to ask about Git in your company and you will be able to perform advanced tasks with ease!

You also get a 30-day money-back guarantee. No questions asked!

Join now to become a true Git master!
Who this course is for:

    Anyone interested in truly mastering and understanding Git
    Software Developers, DevOps Engineers, any programmer that are new to Git (+GitHub/GitLab/Azure DevOps/…)
    IT Managers who manage Repositories hosted on GitHub / GitLab & more
    Intermediate Git Users wanting to expand their knowledge

Requirements

    Basic computer skills
    Internet Connection needed for certain Chapters
    A Mac, Windows or Linux/Unix computer

Last Updated 5/2021

[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/003 git log 02_ Usefull options PRACTICE.mp4232.33 MiB
TutsNode.com.txt63 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/11 Final Words & Extra Content/177 Git_Cheat_Sheet.pdf390.24 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/011 Git Submodules 01_ Hands On.en.srt40.45 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/013 Crashcourse_ Branches.en.srt36.83 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/002 Course Overview.en.srt34.32 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/003 Chapter 1 Overview.en.srt661 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/013 Git Subtree 01_ Hands On.en.srt32.71 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/011 CI_CD Pipeline Basics.en.srt31.17 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/015 Project Boards.en.srt29.6 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/005 _Git_ and _git_.en.srt2.08 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/008 Groups & Permissions.en.srt29.53 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/006 Different Git Interfaces.en.srt2.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/005 Feature Branches 02.en.srt29.41 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/002 Azure DevOps 01_ Creating our Repository & Pull Request & Work Items.en.srt21.79 KiB
.pad/06 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/017 git grep 02 (& git blame).mp4185.68 MiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/016 2 Factor Authentication (2FA).en.srt29.36 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/002 Installing Git in Linux.en.srt2.81 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/003 git log 02_ Usefull options PRACTICE.en.srt28.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/006 Visual Studio Code_ GitLens.en.srt27.9 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/004 Merge Request & Permissions 02.en.srt27.33 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/004 Choose our default Git Editor.en.srt2.05 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/023 GitHub Security with Dependabot & CodeQL.en.srt26.73 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/019 Git Commits Undo_ Summary 01.en.srt26.65 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/003 Pull Request 01_ Personal Repository.en.srt26.51 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/019 GitHub Actions 02.en.srt25.9 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/005 Visual Studio Code_ Git.en.srt25.86 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/002 Create GitLab Project (Repository).en.srt25.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/012 Crashcourse_ Push local repository to GitHub.en.srt25.54 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/002 Dotfiles 01_ Managing Linux .files with git.en.srt25.39 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/036 Rebasing Intro.en.srt4.97 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/159 pre-push.txt381 B
.pad/148 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/011 Git Submodules 01_ Hands On.mp4182.46 MiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/005 Issues & Labels.en.srt25.16 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/010 Crashcourse_ git push & git pull.en.srt24.47 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/004 Azure DevOps 03_ Sprints & Wiki.en.srt23.92 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/004 Feature Branches 01.en.srt23.89 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/023 Gitkraken Quick Overview.en.srt23.65 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/003 Hooks 02_ pre-commit.en.srt23.29 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/12 Additional content/002 Signed Commits 02_ GitHub.en.srt22.96 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/004 Git Large File Storage (LFS).en.srt22.76 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/008 Crashcourse_ git status.en.srt22.76 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/005 Hooks 04_ commit-msg.en.srt22.1 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/022 Gitstats & gitk.en.srt22.06 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/011 git log 09_ Time-Range PRACTICE.en.srt21.92 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/044 Referencing Commits 02.en.srt21.82 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/006 Gitflow - Long Running Branches.en.srt21.82 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/038 Rebasing 03_ Explained & Rebasing options.en.srt21.7 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/043 Referencing Commits 01.en.srt20.94 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/007 git log 06_ --grep & --file & --author PRACTICE.en.srt20.69 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/001 etckeeper & git.en.srt20.53 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/014 Issues & Labels.en.srt20.49 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/035 Merge Conflict 04_ Content Merge Conflic & Interna.en.srt20.48 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/004 Pull Request 02_ Personal Repository Permissions.en.srt20.39 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/021 02_14_Usefull links.txt489 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/005 Bitbucket 01_ Creating Repository & Inviting Members & Pull Request.en.srt20.31 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/003 Azure DevOps 02_ Creating Project Boards.en.srt20.22 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/042 Tags 03_ Deleting_Changing_Undoing Tags.en.srt20.05 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/008 Concise Commit Messages 02.en.srt20.05 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/016 Authentication_ macOs Keychain.en.srt4.22 KiB
.pad/2147 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/013 Git Subtree 01_ Hands On.mp4170.01 MiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/008 Organisation 03_ Creating Teams.en.srt20.02 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/025 02_14_Usefull links.txt489 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/017 git grep 02 (& git blame).en.srt19.99 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/018 GitHub Actions 01.en.srt19.93 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/005 git log 04_ --pretty PRACTICE.en.srt19.54 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/009 Project Boards & Milestones.en.srt19.41 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/008 Git Commits_ Deep Dive.en.srt19.2 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/008 Trunk-based Development.en.srt19 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/041 Tags 02_ Lightweight vs Annotated Tags.en.srt18.97 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/003 Dotfiles 02_ Importing our Dotfiles config.en.srt18.5 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/015 Git Aliases & zsh (oh my zsh).en.srt18.39 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/12 Additional content/001 Signed Commits 01_ GitHub.en.srt17.46 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/026 Git Stash-Area (Stashing).en.srt16.92 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/014 GitLab Markdown Syntax.en.srt16.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/011 Organisation 06_ Protected branches within a Repository.en.srt16.68 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/018 git bisect 01.en.srt16.32 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/020 Git Commits Undo_ Summary 02.en.srt16.22 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/045 Git Interna Final.en.srt15.45 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/006 Hooks 05_ pre-push.en.srt15.41 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/002 git log 01_ Usefull options.en.srt15.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/017 Git Commits Undo_ git reset.en.srt15.03 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/001 Course Introduction.en.srt14.95 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/016 Markdown Syntax 01.en.srt14.83 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/007 Crashcourse_ git add & git commit.en.srt14.8 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/025 Merging 03.en.srt14.8 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/030 Remote Repositories Interna.en.srt14.73 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/011 Git Repository to Clone.html1.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/022 IDE & Editors_ GitHub Desktop.en.srt14.65 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/009 git log 08_ --since_after & --until_before.en.srt14.61 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/016 git grep 01.en.srt14.58 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/014 git show & git diff 01.en.srt14.53 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/007 Forking (Merge Request).en.srt14.41 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/006 Bitbucket 02_ Permission & Pipelines.en.srt14.37 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/015 git show & git diff 02.en.srt14.36 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/032 Merge Conflict 02 (VSCode).en.srt14.35 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/022 Branches 02.en.srt14.06 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/004 git log 03_ --pretty Syntax.en.srt13.8 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/009 Organisation 04_ Assigning Team permissions for Repositories.en.srt13.56 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/004 Hooks 03_ pre-commit & post-commit.en.srt13.44 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/009 Git Commits_ Interna.en.srt13.42 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/021 git shortlog 02.en.srt13.25 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/012 GitLab Pages.en.srt12.94 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/012 Forking 01_ How to collaborate on foreign repositories.en.srt12.81 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/002 Basic Instructions for Teams.en.srt12.66 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/003 Merge Request & Permissions 01.en.srt12.64 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/034 Merge Conflict 03_ Merge-Tools (Meld).en.srt12.62 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/003 Solo-Development.en.srt12.55 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/002 Pull Request Intro.en.srt12.33 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/006 Organisation 01_ Creation & adding Members.en.srt12.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/006 Crashcourse_ Cloning our GitHub Repository.en.srt12.15 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/013 Git Commits Undo_ git reset & git restore.en.srt12.04 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/016 Git Commits Undo_ git revert.en.srt12.02 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/006 git log 05_ --grep & --file & --author.en.srt11.98 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/014 Git Commits Undo_ git show & git diff.en.srt11.87 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/017 Authentication_ SSH instead HTTPS.en.srt11.8 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/028 Remote Repositories 02.en.srt11.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/020 GitHub Actions 03.en.srt11.59 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/017 Markdown Syntax 02.en.srt11.58 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/009 Crashcourse_ .gitignore.en.srt11.29 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/023 IDE & Editors_ IntelliJ.en.srt11.25 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/013 GitLab WebIDE.en.srt11.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/006 Git Interna Introduction 01.en.srt11.18 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/005 Pull Request 03_ Personal Repository change base branch.en.srt11.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/019 git bisect 02.en.srt11.1 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/037 Rebasing 02_ Hands On.en.srt11.04 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/013 git tag & git reflog 02.en.srt10.9 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/024 Merging 02.en.srt10.76 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/010 Wiki & Code Snippets.en.srt10.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/015 Git Commits Undo_ git restore.en.srt10.54 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/033 Download Repository.html1.27 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/023 Merging 01.en.srt10.45 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/040 Tags Intro.en.srt10.2 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/009 Which Workflow to use_.en.srt10.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/027 Remote Repositories Intro.en.srt10.12 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/020 IDE & Editors_ Emacs.en.srt10.1 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/007 Gitflow Article.html1.98 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/010 Repository to clone.html1.2 KiB
.pad/3188 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/011 CI_CD Pipeline Basics.mp4160.63 MiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/021 IDE & Editors_ Git Gui.en.srt10.07 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/021 GitHub Wiki.en.srt9.97 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/018 Git Commits Undo_ Changing commit message.en.srt9.81 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/022 GitHub Pages.en.srt9.81 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/011 Crashcourse_ git log.en.srt9.34 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/009 Concise Commit Messages 03.en.srt9.22 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/002 Hooks 01_ Overview.en.srt9.08 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/005 Creating our GitHub Account.en.srt8.95 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/008 git log 07_ Range Syntax.en.srt8.78 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/029 Remote Repositories 03.en.srt8.38 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/012 Git Submodules 02_ Explained.en.srt8.34 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/014 Git Subtree 02_ Explained.en.srt8.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/025 IDE & Editors_ VSCode GitLens.en.srt8.03 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/001 Chapter 4 Overview.en.srt7.79 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/010 Git Commit_ Move & Delete.en.srt7.77 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/026 Git with Synchronization and Backups.en.srt7.71 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/11 Final Words & Extra Content/001 Final Words.en.srt7.62 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/015 Authentication_ Windows Credential Manager.en.srt7.61 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/010 Organisation 05_ Overview of Team permission levels.en.srt7.6 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/010 Concise Commit Messages 04.en.srt7.43 KiB
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/001 Chapter 5 Overview.en.srt7.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/003 Git Nomenclature & Recap 02.en.srt7.03 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/018 Authentication_ Changing local repo to ssh.en.srt7.02 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/007 Git Interna Introduction 02.en.srt6.95 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/039 Rebasing 04_ Squashing several commits.en.srt6.94 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/006 Project member permission levels.en.srt6.92 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/003 Installing Git in Windows.en.srt6.77 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/012 git tag & git reflog 01.en.srt6.74 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/020 git shortlog 01.en.srt6.29 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/007 Organisation 02_ Permission levels within an Organisation.en.srt6.28 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/021 Branches 01.en.srt6.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/024 IDE & Editors_ TortoiseGit.en.srt6.09 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/001 Chapter 6 Overview.en.srt6.06 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/007 Git vs GitHub vs GitLab.en.srt4.84 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/004 Git Nomenclature & Recap 03.en.srt4.91 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/019 IDE & Editors_ Overview.en.srt4.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/001 Chapter 2 Overview.en.srt4.72 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/002 Git Nomenclature & Recap 01.en.srt4.48 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/004 What is Git_.en.srt4.14 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/012 Git Commits Undo_ Repository Overview.en.srt3.93 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/031 Merge Conflict Intro.en.srt3.89 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/014 Authentication Overview.en.srt3.89 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/001 Chapter 8 Overview.en.srt3.8 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/007 Concise Commit Messages 01.en.srt3.77 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/001 Chapter 9 Overview.en.srt3.69 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/001 Chapter 3 Overview.en.srt3.67 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/005 Git Nomenclature & Recap 04.en.srt3.52 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/001 Quick Info for Chapter 7.html1.9 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/013 Forking 02_ Disabling forking.html1.79 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/11 Final Words & Extra Content/002 Git Cheat Sheet.html1.16 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/158 commit-msg.txt624 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/157 pre-commit-2_post_commit.txt228 B
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/156 pre-commit-1.txt203 B
.pad/461.36 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/019 GitHub Actions 02.mp4149.83 MiB
.pad/5170.48 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/005 git log 04_ --pretty PRACTICE.mp4148.49 MiB
.pad/6519.52 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/022 Gitstats & gitk.mp4146.07 MiB
.pad/7952.35 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/007 git log 06_ --grep & --file & --author PRACTICE.mp4138.46 MiB
.pad/8554.59 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/003 Pull Request 01_ Personal Repository.mp4135.8 MiB
.pad/9209.89 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/004 Merge Request & Permissions 02.mp4135.6 MiB
.pad/10408.86 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/023 GitHub Security with Dependabot & CodeQL.mp4129.36 MiB
.pad/11652.66 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/008 Groups & Permissions.mp4127.16 MiB
.pad/12863.43 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/023 Gitkraken Quick Overview.mp4120.52 MiB
.pad/13496.02 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/015 Project Boards.mp4119.17 MiB
.pad/14851.37 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/005 Feature Branches 02.mp4117.2 MiB
.pad/15818.48 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/004 Pull Request 02_ Personal Repository Permissions.mp4115.76 MiB
.pad/16245.94 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/016 2 Factor Authentication (2FA).mp4112.8 MiB
.pad/1720 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/006 Visual Studio Code_ GitLens.mp4111.3 MiB
.pad/18715.64 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/003 Hooks 02_ pre-commit.mp4110.27 MiB
.pad/19745.48 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/12 Additional content/002 Signed Commits 02_ GitHub.mp4109.05 MiB
.pad/20971.28 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/001 etckeeper & git.mp4108.07 MiB
.pad/21947.66 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/004 Azure DevOps 03_ Sprints & Wiki.mp4104.88 MiB
.pad/22120.54 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/005 Hooks 04_ commit-msg.mp4102.99 MiB
.pad/2312.31 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/013 Crashcourse_ Branches.mp4101.55 MiB
.pad/24456.5 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/019 Git Commits Undo_ Summary 01.mp4101.55 MiB
.pad/25462.56 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/002 Dotfiles 01_ Managing Linux .files with git.mp4100.62 MiB
.pad/26390.73 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/011 git log 09_ Time-Range PRACTICE.mp499.55 MiB
.pad/27460.82 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/004 Git Large File Storage (LFS).mp497.72 MiB
.pad/28290.49 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/005 Issues & Labels.mp497.37 MiB
.pad/29648.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/018 GitHub Actions 01.mp497.1 MiB
.pad/30918.01 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/002 Create GitLab Project (Repository).mp495.93 MiB
.pad/3171.32 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/003 Dotfiles 02_ Importing our Dotfiles config.mp490.29 MiB
.pad/32727.3 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/008 Concise Commit Messages 02.mp490.08 MiB
.pad/33942.95 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/002 Course Overview.mp489.34 MiB
.pad/34671.32 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/011 Organisation 06_ Protected branches within a Repository.mp487.98 MiB
.pad/3524.99 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/11 Final Words & Extra Content/001 Final Words.mp483.66 MiB
.pad/36346.3 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/010 Crashcourse_ git push & git pull.mp483.28 MiB
.pad/37736.93 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/008 Organisation 03_ Creating Teams.mp483.23 MiB
.pad/38786.99 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/014 Issues & Labels.mp482.58 MiB
.pad/39427.06 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/016 git grep 01.mp481.92 MiB
.pad/4081.1 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/003 Azure DevOps 02_ Creating Project Boards.mp480.91 MiB
.pad/4195.39 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/043 Referencing Commits 01.mp480.84 MiB
.pad/42167.19 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/12 Additional content/001 Signed Commits 01_ GitHub.mp480.62 MiB
.pad/43392.64 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/002 Azure DevOps 01_ Creating our Repository & Pull Request & Work Items.mp480.48 MiB
.pad/44536.78 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/004 Feature Branches 01.mp479.75 MiB
.pad/45258.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/018 git bisect 01.mp479.27 MiB
.pad/46748.21 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/004 git log 03_ --pretty Syntax.mp478.22 MiB
.pad/47803.31 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/021 git shortlog 02.mp476.76 MiB
.pad/48242.98 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/10 Other Git usages/005 Visual Studio Code_ Git.mp476.54 MiB
.pad/49473.44 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/009 git log 08_ --since_after & --until_before.mp476.46 MiB
.pad/50555.74 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/035 Merge Conflict 04_ Content Merge Conflic & Interna.mp476.45 MiB
.pad/51565.38 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/044 Referencing Commits 02.mp475.36 MiB
.pad/52656.09 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/006 Hooks 05_ pre-push.mp474.48 MiB
.pad/53536.22 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/012 Forking 01_ How to collaborate on foreign repositories.mp474.17 MiB
.pad/54849.67 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/012 Crashcourse_ Push local repository to GitHub.mp473.72 MiB
.pad/55289.98 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/005 Bitbucket 01_ Creating Repository & Inviting Members & Pull Request.mp473.55 MiB
.pad/56459.72 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/015 Git Aliases & zsh (oh my zsh).mp472.04 MiB
.pad/57986.42 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/005 Pull Request 03_ Personal Repository change base branch.mp471.25 MiB
.pad/58765.19 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/009 Project Boards & Milestones.mp470.49 MiB
.pad/59524.68 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/002 git log 01_ Usefull options.mp469.93 MiB
.pad/6074.4 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/020 Git Commits Undo_ Summary 02.mp468.83 MiB
.pad/61171.92 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/042 Tags 03_ Deleting_Changing_Undoing Tags.mp468.04 MiB
.pad/62986.95 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/007 Forking (Merge Request).mp467.05 MiB
.pad/63975.7 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/016 Markdown Syntax 01.mp465.98 MiB
.pad/6419.88 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/038 Rebasing 03_ Explained & Rebasing options.mp464.79 MiB
.pad/65211.18 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/020 IDE & Editors_ Emacs.mp464.57 MiB
.pad/66440.43 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/008 Trunk-based Development.mp463.88 MiB
.pad/67125.93 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/014 GitLab Markdown Syntax.mp463.81 MiB
.pad/68190.73 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/07 Azure DevOps & Bitbucket/006 Bitbucket 02_ Permission & Pipelines.mp462.2 MiB
.pad/69817.36 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/015 git show & git diff 02.mp462.11 MiB
.pad/70906.66 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/023 Merging 01.mp461.75 MiB
.pad/71253 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/009 Git Commits_ Interna.mp461.22 MiB
.pad/72801.96 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/017 Markdown Syntax 02.mp461.17 MiB
.pad/73848.36 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/008 Crashcourse_ git status.mp460.91 MiB
.pad/7489.38 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/017 Git Commits Undo_ git reset.mp460.45 MiB
.pad/75561.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/009 Organisation 04_ Assigning Team permissions for Repositories.mp459.73 MiB
.pad/76278.94 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/022 GitHub Pages.mp459.15 MiB
.pad/77865.31 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/032 Merge Conflict 02 (VSCode).mp458.86 MiB
.pad/78142.96 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/006 Gitflow - Long Running Branches.mp458.63 MiB
.pad/79383.11 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/013 git tag & git reflog 02.mp457.13 MiB
.pad/80895.67 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/006 Organisation 01_ Creation & adding Members.mp456.98 MiB
.pad/8116.45 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/014 git show & git diff 01.mp456.48 MiB
.pad/82531.31 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/012 GitLab Pages.mp456.19 MiB
.pad/83833.76 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/020 GitHub Actions 03.mp455.97 MiB
.pad/8429.22 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/030 Remote Repositories Interna.mp455.8 MiB
.pad/85209.46 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/004 Hooks 03_ pre-commit & post-commit.mp455.08 MiB
.pad/86937.47 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/003 Merge Request & Permissions 01.mp454.9 MiB
.pad/8799.17 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/025 Merging 03.mp454.41 MiB
.pad/88607.64 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/021 GitHub Wiki.mp453.28 MiB
.pad/89739.01 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/006 Git Interna Introduction 01.mp448.88 MiB
.pad/90123.58 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/008 Git Commits_ Deep Dive.mp448.31 MiB
.pad/91703.89 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/026 Git Stash-Area (Stashing).mp447.2 MiB
.pad/92814.81 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/010 Concise Commit Messages 04.mp447.18 MiB
.pad/93837.31 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/041 Tags 02_ Lightweight vs Annotated Tags.mp444.52 MiB
.pad/94489.26 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/022 Branches 02.mp442.83 MiB
.pad/95169.01 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/012 git tag & git reflog 01.mp442.52 MiB
.pad/96493.96 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/014 Git Commits Undo_ git show & git diff.mp442.45 MiB
.pad/97562.5 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/018 Git Commits Undo_ Changing commit message.mp441.93 MiB
.pad/9871.63 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/001 Course Introduction.mp441.81 MiB
.pad/99199.09 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/045 Git Interna Final.mp441.55 MiB
.pad/100460.08 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/016 Git Commits Undo_ git revert.mp441.01 MiB
.pad/1011014.72 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/010 Organisation 05_ Overview of Team permission levels.mp440.79 MiB
.pad/102216.42 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/006 Crashcourse_ Cloning our GitHub Repository.mp439.39 MiB
.pad/103624.71 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/034 Merge Conflict 03_ Merge-Tools (Meld).mp439.25 MiB
.pad/104763.66 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/013 GitLab WebIDE.mp438.79 MiB
.pad/105213.43 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/003 Installing Git in Windows.mp438.51 MiB
.pad/106503.84 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/005 Creating our GitHub Account.mp438.1 MiB
.pad/107916.76 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/011 Crashcourse_ git log.mp437.91 MiB
.pad/10891.89 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/009 Concise Commit Messages 03.mp437.76 MiB
.pad/109250.06 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/009 Crashcourse_ .gitignore.mp437.09 MiB
.pad/110931.85 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/037 Rebasing 02_ Hands On.mp436.65 MiB
.pad/111360.75 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/002 Pull Request Intro.mp435.82 MiB
.pad/112185.5 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/028 Remote Repositories 02.mp435.76 MiB
.pad/113246.54 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/010 Wiki & Code Snippets.mp435.41 MiB
.pad/114603.53 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/040 Tags Intro.mp435.11 MiB
.pad/115916.07 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/017 Authentication_ SSH instead HTTPS.mp434.66 MiB
.pad/116345.93 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/006 git log 05_ --grep & --file & --author.mp432.96 MiB
.pad/11739.49 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/013 Git Commits Undo_ git reset & git restore.mp431.75 MiB
.pad/118256.14 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/003 Solo-Development.mp431.66 MiB
.pad/119351.37 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/015 Git Commits Undo_ git restore.mp431.54 MiB
.pad/120473.22 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/023 IDE & Editors_ IntelliJ.mp431.5 MiB
.pad/121515.43 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/022 IDE & Editors_ GitHub Desktop.mp431.02 MiB
.pad/1221006.47 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/019 git bisect 02.mp430.34 MiB
.pad/123671.16 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/027 Remote Repositories Intro.mp430.13 MiB
.pad/124889.85 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/007 Crashcourse_ git add & git commit.mp429.94 MiB
.pad/12564.09 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/029 Remote Repositories 03.mp429.83 MiB
.pad/126175.91 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/025 IDE & Editors_ VSCode GitLens.mp429.75 MiB
.pad/127255.18 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/021 IDE & Editors_ Git Gui.mp428.37 MiB
.pad/128641.58 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/008 git log 07_ Range Syntax.mp428.36 MiB
.pad/129655.24 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/006 Project member permission levels.mp427.17 MiB
.pad/130848.38 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/002 Basic Instructions for Teams.mp426.93 MiB
.pad/13167.48 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/024 Merging 02.mp426.18 MiB
.pad/132842.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/009 Which Workflow to use_.mp426.09 MiB
.pad/133930.09 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/039 Rebasing 04_ Squashing several commits.mp425.68 MiB
.pad/134325.8 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/002 Hooks 01_ Overview.mp425.49 MiB
.pad/135521.77 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/024 IDE & Editors_ TortoiseGit.mp425.32 MiB
.pad/136701.02 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/018 Authentication_ Changing local repo to ssh.mp424.89 MiB
.pad/137110.29 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/014 Git Subtree 02_ Explained.mp422.36 MiB
.pad/138659.25 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/020 git shortlog 01.mp422.27 MiB
.pad/139751.37 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/026 Git with Synchronization and Backups.mp422.11 MiB
.pad/140916.42 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/015 Authentication_ Windows Credential Manager.mp421.6 MiB
.pad/141407.79 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/012 Git Submodules 02_ Explained.mp419.42 MiB
.pad/142590.04 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/003 Git Nomenclature & Recap 02.mp418.99 MiB
.pad/1438.39 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/04 Information Analysis in Git-Repository/001 Chapter 4 Overview.mp418.82 MiB
.pad/144189.1 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/007 Git Interna Introduction 02.mp418.46 MiB
.pad/145549.34 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/007 Organisation 02_ Permission levels within an Organisation.mp418.16 MiB
.pad/146864.04 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/010 Git Commit_ Move & Delete.mp417.09 MiB
.pad/147931.98 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/05 GitHub/001 Chapter 5 Overview.mp416.45 MiB
.pad/148562.72 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/06 GitLab/001 Chapter 6 Overview.mp414.86 MiB
.pad/149138.44 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/007 Git vs GitHub vs GitLab.mp414.14 MiB
.pad/150881.5 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/004 Git Nomenclature & Recap 03.mp413.35 MiB
.pad/151669.2 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/014 Authentication Overview.mp413.13 MiB
.pad/152892.13 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/021 Branches 01.mp413.06 MiB
.pad/153962 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/036 Rebasing Intro.mp412.7 MiB
.pad/154311.6 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/001 Chapter 2 Overview.mp411.7 MiB
.pad/155311.66 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/019 IDE & Editors_ Overview.mp411.51 MiB
.pad/156500.61 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/002 Installing Git in Linux.mp411.18 MiB
.pad/157834.73 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/012 Git Commits Undo_ Repository Overview.mp410.83 MiB
.pad/158172.86 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/002 Git Nomenclature & Recap 01.mp410.71 MiB
.pad/159301.81 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/007 Concise Commit Messages 01.mp410.47 MiB
.pad/160547.82 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/016 Authentication_ macOs Keychain.mp410.08 MiB
.pad/161938.1 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/005 Git Nomenclature & Recap 04.mp49.66 MiB
.pad/162345.14 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/004 What is Git_.mp49.63 MiB
.pad/163376.11 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/031 Merge Conflict Intro.mp49.09 MiB
.pad/164928.29 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/08 Workflows/001 Chapter 8 Overview.mp47.6 MiB
.pad/165409.56 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/09 Hooks & Submodule_Trees & Git-Aliasses & 2FA/001 Chapter 9 Overview.mp47.57 MiB
.pad/166441.97 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/03 Git Advanced Deep Dive/001 Chapter 3 Overview.mp46.77 MiB
.pad/167232.77 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/005 _Git_ and _git_.mp46.08 MiB
.pad/168941.97 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/02 Git quick dive & Authentication/004 Choose our default Git Editor.mp45.94 MiB
.pad/16961.91 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/006 Different Git Interfaces.mp45.38 MiB
.pad/170636.04 KiB
[TutsNode.com] - Git Mastery Beginner to Expert with GitHub & GitLab/01 Introduction/003 Chapter 1 Overview.mp41.72 MiB