Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
200 results
Here's how to fetch and pull updated branches from Github. This video walks you through using Github Desktop to refresh a local ...
1 view
1 day ago
Module 03 of 07 — Git & GitHub Crash Course — Lab Codebase By the end of this module you will have fluency with branches: ...
6 views
6 days ago
A branch is a real, independent line of development, letting you build a feature without touching the genuine main codebase until ...
0 views
6 hours ago
Here's how to require pull requests and restrict merges with GitHub branch protection. This video walks you through opening your ...
18 views
3 days ago
Most software development relies heavily on Git as its form of version control. For games though, Git can often fall short. You might ...
3,370 views
5 days ago
How to create a Git branch and push your first code to GitHub in this practical step-by-step tutorial. This video is designed for ...
2 views
8 hours ago
👉 In this video, I'll show you how to push changes to GitHub branches faster with a single command, among other details ...
20 views
Create Branch $ git branch "New_Branch_Name" $ git branch $ git switch "New_Branch_name" $ git push -u origin ...
377 views
2 days ago
Learn Git and GitHub from scratch using VS Code! In this beginner-friendly tutorial, I'll walk you through the Git & GitHub ...
En este video aprenderemos a crear un repositorio desde cero en GitHub, así como crear Ramas (Branch) para trabajar de ...
8 views
7 days ago
Here's how to protect GitHub branches with CODEOWNERS in Github. This video walks through creating a CODEOWNERS file in ...
11 views
Module 04 of 07 — Git & GitHub Crash Course — Lab Codebase By the end of this module you will have the full team workflow: a ...
Rebase and merge both genuinely combine two branches, but rebase rewrites history into a real straight line while merge ...
Tarea 1 Ingenieria en software I Alumno:Tendzin Angello DIaz Estrada.
4 views
Branch protection rules genuinely enforce real requirements, like an approval or a passing test suite, before a pull request can ...
Git & GitHub Crash Course — Lab Codebase — what the course covers, and the route through it. IN THIS COURSE 01. Git And ...
git #github #gittutorial Confused about Git vs GitHub? In this beginner-friendly Git and GitHub tutorial, we break down the ...
557 views
This is part of my complete Git and GitHub course: https://fernando-herrera.com/course/git-github Relevant links ...
93 views
MASTER GIT & GITHUB IN JUST 20 MINUTES! Are you a beginner wondering what Git and GitHub are and how developers ...
44 views
4 days ago
git stash genuinely sets aside real uncommitted changes without committing them, so you can switch tasks and come back later.