ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34,148 results

Related queries

git cherry pick

git revert

git workflow

git rebase interactive

git merge conflict

git flow

git tutorial

github tutorial

git squash intellij idea

git merge vs rebase

git fetch

git reset

github merge

git commit

git pull request

git stash

git push

The Modern Coder
Learn Git Squash in 3 minutes // explained with live animations!

40+ additional videos at https://learngit.io/ -- I'll show you how to combine commits using Git's squash tool. Squash is one of ...

3:56
Learn Git Squash in 3 minutes // explained with live animations!

346,164 views

7 years ago

A shot of code
Git Squash Explained

In this Git tutorial we look at how and when to use Git Squash. This enables us to combine multiple commits into one as the point ...

4:01
Git Squash Explained

2,767 views

3 years ago

Philomatics
Should you squash pull requests on GitHub?

Squashing pull requests on GitHub has advantages and disadvantages. I generally prefer rebasing locally. Get my interactive git ...

3:33
Should you squash pull requests on GitHub?

16,928 views

1 year ago

Donn Felker
How to Squash Commits in Git

In this video, you'll learn how to squash commits in Git so that you can have a clean git history.

3:03
How to Squash Commits in Git

16,591 views

4 years ago

Philomatics
git interactive rebase - Undo, Edit & Squash git commits with a single command

git rebase --interactive lets you undo, edit, squash and delete commits. If you like my style of teaching, I'd love to see you at a ...

7:52
git interactive rebase - Undo, Edit & Squash git commits with a single command

30,461 views

1 year ago

Swift Arcade
How to squash and rebase in git

Git rebase is a handy tool to have for creating nice clean history in your git repository. Come on in to see how it works and how it ...

6:02
How to squash and rebase in git

15,483 views

4 years ago

Colt Steele
How To Squash Your Git History Like A Pro

Coupon For My New Git & Github Course: https://www.udemy.com/course/git-and-github-bootcamp/?

13:09
How To Squash Your Git History Like A Pro

60,206 views

4 years ago

CodelyTV - Redescubre la programación
Git Merge vs Rebase vs Squash ¿Qué estrategia debemos elegir?

Mostramos las diferencias entre las estrategias de Merge Commit, Squash y Rebase, para ver las diferencias y dar nuestra ...

26:59
Git Merge vs Rebase vs Squash ¿Qué estrategia debemos elegir?

55,882 views

3 years ago

Rahul Wagh
Git Squash | DevOps Master Course | Day-9

Udemy Course - AWS Networking Zero to Hero! ▭▭▭▭▭▭ AWS Networking Masterclass!

8:13
Git Squash | DevOps Master Course | Day-9

1,372 views

3 months ago

People also watched

DevOps Toolbox
Google's Git Killer Is INSANELY Better (and it's open source)

Zero To KNOWING Kubernetes in Under 90 Minutes: https://learn.omerxx.com/courses/k8s-from-scratch ❗Use `devopstoolbox20` ...

16:27
Google's Git Killer Is INSANELY Better (and it's open source)

287,824 views

8 months ago

The Common Coder
How To Use Git In VS Code Like A Pro!

Let's learn the essentials of using Git in VS Code! In this video, we'll explore how to work with Git in VS Code, covering everything ...

30:18
How To Use Git In VS Code Like A Pro!

59,604 views

1 year ago

LearnThatStack
Git Will Finally Make Sense After This

How Git Actually Works — finally understand commits, branches, reset, rebase & more. You use Git every day. Commit. Push. Pull.

13:25
Git Will Finally Make Sense After This

558,419 views

1 month ago

Front-end Science із Сергієм Пузанковим
GIT: Merge or Rebase? What's the difference?

In this video, we'll look at two ways to move Git commits from one branch to another. We'll use the Merge and Rebase commands ...

10:47
GIT: Merge or Rebase? What's the difference?

153,877 views

5 years ago

bashbunni
learn git worktrees in under 5 minutes

Git worktrees are a great way to boost your productivity and wrangle your chaotic coding habits. Git worktrees let you check out ...

3:18
learn git worktrees in under 5 minutes

74,664 views

6 months ago

Alex Ellis
Rebasing (squashing) commits in a PR with git

I have 4 commits in a PR to a project, but I've been asked to make some changes, and then to squash them. Learn how I like to do ...

5:58
Rebasing (squashing) commits in a PR with git

12,602 views

5 years ago

Andrew Burgess
You need to use Git Worktrees

If you haven't used git worktrees, you're missing it! they make it simple to easily work on multiple efforts in a single repo at once.

5:45
You need to use Git Worktrees

78,944 views

10 months ago

QAShahin
Git Tutorial 09 (Squash) | QAShahin

Git Tutorial 09 (Squash) | QAShahin Git video tutorial on Git Squash. We will look at how to combine multiple commits into a single ...

19:05
Git Tutorial 09 (Squash) | QAShahin

4,801 views

9 years ago

Front-end Science із Сергієм Пузанковим
GIT. Interactive Rebase. How to work with it?

Friends, in our previous video, we discussed the differences between GIT Merge and GIT Rebase: https://youtu.be/d5rvy5XPyzk ...

17:02
GIT. Interactive Rebase. How to work with it?

47,665 views

5 years ago

Tanner Winkelman
Resolve Rebase Conflicts By Squashing From The Command Line

Rebase conflicts can be practically impossible to resolve, since conflicts can occur for each copied commit. The most effective ...

14:05
Resolve Rebase Conflicts By Squashing From The Command Line

11,371 views

6 years ago

ByteByteGo
Git MERGE vs REBASE: Everything You Need to Know

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

4:34
Git MERGE vs REBASE: Everything You Need to Know

658,903 views

2 years ago

makigas
Tutorial de Git – 34. git merge --squash

El botón squash de las interfaces web está bien, pero ¿cómo haríamos un squash desde la línea de comandos usando nuestro ...

6:40
Tutorial de Git – 34. git merge --squash

5,974 views

4 years ago

NetMentor
Combina commits con Git Squash 🗜

Learn how to merge commits with git squash. If you like the content, you can support the channel by buying me a coffee https ...

6:17
Combina commits con Git Squash 🗜

6,131 views

4 years ago

Felipe Gavilan Programa
27 Squashing commits to merge them

Link to my discounted courses: https://www.felipe-gavilan.com/cursos?idioma=esp

5:40
27 Squashing commits to merge them

722 views

10 months ago

BigBinary
Git - Squashing multiple commits into a single one

Episode notes at http://bigbinary.com/videos/misc/git-squashing-multiple-commits-into-a-single-one.

4:34
Git - Squashing multiple commits into a single one

73,983 views

9 years ago

Visual Studio Code
Git Rebase & Squash in VS Code using GitLens Supercharge

https://aka.ms/vscode-git | Use Visual Studio Code for Rebase & Squash with GitLens Supercharge. Host: @ReynaldAdolphe 0:00 ...

9:57
Git Rebase & Squash in VS Code using GitLens Supercharge

90,087 views

3 years ago

Dev Leonardo
How to Close a Pull Request - Merge Commit vs Squash vs Rebase on GitHub

On GitHub, you have three different strategies for closing a Pull Request: Merge Commit, Squash, and Rebase. Merge Commit is ...

6:09
How to Close a Pull Request - Merge Commit vs Squash vs Rebase on GitHub

29,259 views

3 years ago

toughcoding
Git Squash with rebase strategy

I want to show you one of the approach to squash your commits. This is useful when you want to keep one commit per pull request ...

3:07
Git Squash with rebase strategy

130 views

2 years ago

GitKraken
Git Tutorial #21: How to Squash Commits in Git | Learn Git with GitKraken

Too many small commits cluttering up your history? Time to squash them. In this intermediate Git tutorial, you'll learn: What it ...

1:47
Git Tutorial #21: How to Squash Commits in Git | Learn Git with GitKraken

51,779 views

8 years ago