ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34,729 results

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,999 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,800 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?

17,235 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,689 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

31,164 views

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

4 years ago

People also watched

Deyvid Ferrer
como COMBINAR COMMITS con GIT SQUASH | TUTORIAL #7.1

Otros dos comandos que nos ofrece rebase interactive son: squash (s para abreviar), que fusiona el commit con el anterior (el de ...

8:22
como COMBINAR COMMITS con GIT SQUASH | TUTORIAL #7.1

7,013 views

5 years ago

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)

290,807 views

8 months ago

Josh Medeski
How to Use Git Worktrees to Switch Contexts Quickly and Easily

Git Worktrees have become an invaluable piece of my workflow. They allow me to switch between contexts quickly and easily, ...

18:44
How to Use Git Worktrees to Switch Contexts Quickly and Easily

8,380 views

2 weeks 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,619 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

82,694 views

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

78,951 views

6 months 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,482 views

5 years ago

Syal Infotainment
GIT Tutorial - How to Squash Commits

This video demonstrates how to squash git commits for a better, clean and relevant commit history. Very easy and simple step ...

5:49
GIT Tutorial - How to Squash Commits

103,621 views

8 years ago

Georgios Andrianakis
How to squash and rebase a Pull Request using IntelliJ

This video demonstrates how one can rebase a Github Pull Request opened on the Quarkus repository onto the latest master of ...

6:02
How to squash and rebase a Pull Request using IntelliJ

14,907 views

5 years ago

ByteMonk
Git Mastery Crash Course | From First Commit to Big Tech Workflows

This Git Mastery Crash Course is designed to help you understand Git fundamentals and scale to Big Tech workflows. Git is the ...

14:43
Git Mastery Crash Course | From First Commit to Big Tech Workflows

73,141 views

7 months 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,281 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,175 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,964 views

4 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,466 views

3 months 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,995 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

750 views

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

664,503 views

2 years 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

74,166 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,567 views

3 years ago

Thiha
How to git squash via command line

This video is explain about how to do squash using command line.

1:11
How to git squash via command line

417 views

5 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,419 views

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

8 years ago

John Duprat
Use GIT squash to combine commits for cleaner GIT history

Today, I want to show you how you can use the git squash feature to merge various commits into a single one to have a cleaner git ...

6:14
Use GIT squash to combine commits for cleaner GIT history

200 views

3 years ago