ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

33,639 results

Related queries

git merge vs rebase

git flow

git tutorial

github tutorial

git workflow

git cherry pick

git revert

git rebase interactive

git merge conflict

git fetch

git commit

git squash intellij idea

git push

github merge

git reset

git stash

git pull request

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!

345,918 views

7 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,825 views

1 year 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,754 views

3 years 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,561 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,159 views

1 year 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,970 views

4 years 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)

286,407 views

7 months 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

514,979 views

3 weeks 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

73,455 views

5 months ago

codigofacilito
Git merge vs Git rebase - ¿Cuál usar?

Aprende git a FONDO https://codigofacilito.com/cursos/git-profesional Desbloquea más de +200 cursos Premium a un precio ...

5:36
Git merge vs Git rebase - ¿Cuál usar?

14,451 views

2 years ago

makigas
Tutorial de Git – 33. Merge and squash (GitLab / GitHub...)

Es común hoy en día que en proyectos con una organización detrás, el trabajo se delegue a interfaces web como GitHub o ...

6:25
Tutorial de Git – 33. Merge and squash (GitLab / GitHub...)

4,556 views

4 years ago

Código y Café
📣 GIT TUTORIAL: Merge and Rebase - When to use which? - SIMPLE explanation

🔥 In this video I explain in a very simple way what is the difference between using git merge and using git rebase ...

9:16
📣 GIT TUTORIAL: Merge and Rebase - When to use which? - SIMPLE explanation

28,361 views

4 years ago

makigas
Tutorial de Git – 32. Conventional commits

Conventional Commits is a Git repository usage pattern in which we always prefix all commits to indicate their type, for ...

11:38
Tutorial de Git – 32. Conventional commits

7,299 views

4 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

77,774 views

10 months ago

makigas
Tutorial de Git – 17. Stash: ¿cómo esconder cambios en Git?

El stash es una herramienta que tiene Git para limpiar el directorio de trabajo de cambios, preservándolos de modo que podamos ...

5:53
Tutorial de Git – 17. Stash: ¿cómo esconder cambios en Git?

26,091 views

10 years ago

Code of Duty
Part 14: How to perform git squash (merge 2 or more commits into single commit)?

You will find this video tutorial very helpful if you want to learn about Git version control. In this video, I talk about how to perform git ...

7:58
Part 14: How to perform git squash (merge 2 or more commits into single commit)?

19,426 views

5 years 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,452 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,853 views

3 years ago

NetMentor
Optimiza tu Historial de Git con Git Squash

Cansado de tener un historial de Git desordenado? Aprende a optimizar tu flujo de trabajo con Git squash. Combina múltiples ...

0:59
Optimiza tu Historial de Git con Git Squash

1,683 views

1 year 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,181 views

4 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

656,835 views

2 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,125 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

718 views

10 months 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,323 views

3 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,933 views

9 years ago

Dimi Tech
Squashing Git Commits

In this video I'm showing you how to squash git commits, and therefore get a cleaner and more comprehensible commit history.

1:27
Squashing Git Commits

523 views

7 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,190 views

3 years ago

Monsterlessons Academy
What is Git squash? #git

Free PDF: Senior Developer Starter Kit (Checklist + 30-Day Plan) ...

0:34
What is Git squash? #git

4,221 views

2 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

129 views

2 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

89,974 views

3 years ago