ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,593 results

Pynade Devs
Git Branching Strategies Explained: The Ultimate Guide

Learn the most popular Git branching strategies used in modern software development. This comprehensive guide covers five ...

0:21
Git Branching Strategies Explained: The Ultimate Guide

2,574 views

11 months ago

Genja
Git Branch, Checkout and Merge

Learn how to use git branching to add new features to your code without disrupting the live code. Then merge once satisfied it is ...

41:11
Git Branch, Checkout and Merge

46 views

3 years ago

DevOps with Flavius
🔀 Git Branches Explained in 60 Seconds!

Ever wondered how developers work on new features without messing up the main code? That's where Git branches come in!

0:52
🔀 Git Branches Explained in 60 Seconds!

1,215 views

6 months ago

Mike Jansen
Git Branching and Merging Strategies

NOTE 2019/09/19: This video is over 7 years old now. Many of the ideas I have moved on from and do things differently now.

24:17
Git Branching and Merging Strategies

228,990 views

13 years ago

Alex The Analyst
Learn Git and GitHub in 1 Hour!

Take my Full Git and GitHub course: https://www.analystbuilder.com/courses/git-and-github-for-data-professionals Git: ...

57:25
Learn Git and GitHub in 1 Hour!

22,710 views

3 months ago

Interview DOT
WHY TRUNK BASED DEVELOPMENT IS IMPORTANT | CONTINUOUS INTEGRATION EXPLAIN | MERGE HELL InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

2:13
WHY TRUNK BASED DEVELOPMENT IS IMPORTANT | CONTINUOUS INTEGRATION EXPLAIN | MERGE HELL InterviewDOT

50,638 views

4 years ago

Raul Tierno
Git - How to Checkout to Remote Branch

Steps to reproduce a checkout from a cloned repo. http://dev.raulete.com/2014/03/git-tip-checkout-to-remote-branch.html ...

0:58
Git - How to Checkout to Remote Branch

3,479 views

11 years ago

ojamboshop
Git Branching for Beginners: Simple Guide to Mastering Branches!

Learn Git Branching the easy way! In this beginner-friendly screencast, you'll discover how to create, switch, and manage Git ...

21:55
Git Branching for Beginners: Simple Guide to Mastering Branches!

27 views

Streamed 5 months ago

Andy Balaam
Branches in git

Andy Balaam shows you how to create branches in git and switch between them, before looking at how to merge one into another.

14:43
Branches in git

349 views

12 years ago

xtUML
Create a Branch

In this lesson we demonstrate two different ways to create a Git branch using Eclipse eGit.

3:00
Create a Branch

5,818 views

11 years ago

Carles San Agustin
git rebase vs git merge

... .git/ clear git status clear ls clear ls -la git status git init git status git add . git commit -m "master 1" git branch git status git add . git ...

9:09
git rebase vs git merge

1,702 views

10 years ago

ozzloy
git tracking branches

cd Documents/NetBeansProjects/oddjob git branch git branch -a git pull git checkout -t origin/f-020213 git add README.txt git ...

6:15
git tracking branches

2,887 views

12 years ago

Scott Wiersdorf
Git Roots and Branches

Git is a minimal and elegantly architected DCVS. However, its terrible user interface obscures its simple data model, making ...

1:01:44
Git Roots and Branches

334 views

8 years ago

Sam King
Practical Unix: Git Intro

... git checkout -b branchname 5:35 git branch 5:46 Check out git flow: http://nvie.com/posts/a-successful-git-branching-model/ ...

8:52
Practical Unix: Git Intro

1,291 views

12 years ago

The Debug Zone
Best Practices for Git Branching in Test and Production Environments

In this video, we delve into the essential best practices for managing Git branches in both test and production environments.

1:47
Best Practices for Git Branching in Test and Production Environments

3 views

10 months ago

Missing Semester
Lecture 6: Version Control (git) (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/version-control/ Help us caption ...

1:25:00
Lecture 6: Version Control (git) (2020)

730,738 views

5 years ago

GitHub
Introducing repository rules

GitHub Branch Protection Rules have been able to add quality gates to your development workflow, but only on a ...

1:52
Introducing repository rules

11,481 views

2 years ago

Code SOS
GIT Branching and Merging with Demonstration

This tutorial will show you the basics of branching and merging with GIT. It also shares the demonstration for possible conflicts ...

11:06
GIT Branching and Merging with Demonstration

31 views

5 years ago

Steve Kenow
Creating a local branch from a Git repository

After cloning your remote Git repository, you'll want to create a new branch for your working directory. Here's how (and why) to ...

6:36
Creating a local branch from a Git repository

11,184 views

13 years ago

GitLab
Git Internals -  How Git Works - Fear Not The SHA!

Fascinated with git? Frustrated with git? Take a moment to understand how git it works under the hood! In this short 30-min ...

31:23
Git Internals - How Git Works - Fear Not The SHA!

126,421 views

8 years ago