ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,187,656 results

Related queries

git workflow

git merge

git merge conflict

git branching strategy

git branch

git explained

git commands

git pull request

git push

git vscode

git and github شرح

git tutorial vscode

git exam sinhala

git gujarati

ByteByteGo
How Git Works: Explained in 4 Minutes

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

4:18
How Git Works: Explained in 4 Minutes

680,531 views

2 years ago

Ghost Together
How To Git Commit And Push Changes

Sign Up https://semicolon.dev/YouTube (We're free online community, meet other makers!) #git #github #webdevelopment ...

1:29
How To Git Commit And Push Changes

116,462 views

3 years ago

Justin Brooks
Write git commit messages like a PRO with Conventional Commits

Good commit messages are important for maintaining any long-term project. If you follow this guide laid out in this video you can ...

4:08
Write git commit messages like a PRO with Conventional Commits

150,622 views

5 years ago

Carlos Azaustre - Aprende JavaScript
Haz tus mensajes de GIT Commit PROFESIONALES con CONVENTIONAL COMMITS

Te gustaría mejorar tus mensajes de commit de una manera más semántica, profesional y que te sirva para automatizar ciertas ...

12:44
Haz tus mensajes de GIT Commit PROFESIONALES con CONVENTIONAL COMMITS

63,102 views

3 years ago

TodoCode
🚀GIT ADD + GIT COMMIT + GIT PUSH TUTORIAL 💥| EASY SETUP | Introduction to GIT and GITHUB #4

🤓Today on TodoCode we'll show you how to use the git add, git commit, and git push commands. These are ESSENTIAL when sharing ...

9:23
🚀GIT ADD + GIT COMMIT + GIT PUSH TUTORIAL 💥| EASY SETUP | Introduction to GIT and GITHUB #4

158,075 views

4 years ago

Fireship
Git Explained in 100 Seconds

Learn the basics of Git in 100 seconds. 0:09 Initialize a git repo 0:33 Stage files 0:39 Commit a snapshot 1:12 Branch off into an ...

1:57
Git Explained in 100 Seconds

721,598 views

5 years ago

Miguel Benedit - Apa
Qué es y cómo realizar un Commit - Tutorial Git y GitHub para mortales #11

En este vídeo vamos aprender qué es el comando "git commit" y como utilizarlo para impactar nuestros cambios en el repo oficial.

4:10
Qué es y cómo realizar un Commit - Tutorial Git y GitHub para mortales #11

20,808 views

4 years ago

People also watched

midulive
The best Git strategy for working with branches and as a team

Neither Git Flow nor GitHub Flow... if you want a strategy that increases team productivity and autonomy, you have to give ...

6:39
The best Git strategy for working with branches and as a team

96,410 views

3 years ago

Pelado Nerd
Tutorial de GIT para principantes! - Usando la linea de comandos en Git

Hoy hablamos de Git, el software para control de versiones que se usa en todo el mundo. Aprendemos los comandos básicos y ...

19:49
Tutorial de GIT para principantes! - Usando la linea de comandos en Git

164,479 views

5 years ago

Moldeo Interactive
Git Courses - How to Revert a Commit (revert, reset)

Tutorial for reverting a commit in Git in two very simple ways (revert, reset). #Git Commands used: git reset --hard commit ...

5:34
Git Courses - How to Revert a Commit (revert, reset)

76,357 views

6 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,198 views

1 year ago

makigas
Tutorial de Git – 3. Creando tu primer commit

Una vez que Git se encuentra instalado en el ordenador podemos crear un repositorio y hacer el primer commit. Hoy veremos ...

8:17
Tutorial de Git – 3. Creando tu primer commit

115,597 views

10 years ago

Programación en español
👨‍💻 Mejora los #commits de tu equipo con #conventionalcommits y #husky

Algo muy común al trabajar en equipo es la necesidad de estandarizar nuestros commits para añadir legibilidad al historial del ...

7:23
👨‍💻 Mejora los #commits de tu equipo con #conventionalcommits y #husky

3,799 views

3 years ago

Ivana Soledad Rojas Córsico
GIT: GIT ADD + GIT COMMIT + GIT PUSH. Cómo guardar cambios en un repositorio?

Abordamos los comandos git add, git commit y git push desde Git bash y VSCode.

29:40
GIT: GIT ADD + GIT COMMIT + GIT PUSH. Cómo guardar cambios en un repositorio?

5,600 views

3 years ago

HackeMate
✅ Aprende a subir tus repositorios a GitHub usando comandos (GIT)

CONFIGURACIÓN POR PRIMERA VEZ: (Si quieres copia y pega los comandos, bro) git status git add . git commit -m "Cambios2" ...

8:39
✅ Aprende a subir tus repositorios a GitHub usando comandos (GIT)

6,459 views

4 years ago

HolaMundo
Aprende GIT ahora! curso completo GRATIS desde cero

Accede a todos mis cursos aquí y obtén un 10% de descuento para siempre en la suscripción con el cupón 'off10": ...

1:06:42
Aprende GIT ahora! curso completo GRATIS desde cero

1,115,157 views

3 years ago

Programador X
Learn GIT in 15 minutes! 📕

What is Git? Learn Git in just 10 minutes! 📙 Get started for FREE with my HTML ebook! 👉 https://bit.ly/htmlgratis 🚀 Become a ...

17:42
Learn GIT in 15 minutes! 📕

44,780 views

4 years ago

Sam Meech-Ward
Best practice git commit #programming #coding #git

Help support me make more videos: https://ko-fi.com/meechward My Website: https://www.sammeechward.com Instagram: ...

0:54
Best practice git commit #programming #coding #git

99,442 views

1 year ago

midudev
Guide on how to undo a commit in Git

If you haven't pushed yet: - To keep changes: `git reset --soft HEAD~1` - To remove changes: `git reset --hard HEAD~1` - To ...

0:43
Guide on how to undo a commit in Git

36,579 views

1 year ago

Cameron McKenzie
How to Write a Git Commit Message: Conventions & Best Practices #github #gitlab #bitbucket #python

Ever think about getting Git or GitHub certified? I've got three free GitHub practice exams for anyone interested in getting the ...

10:47
How to Write a Git Commit Message: Conventions & Best Practices #github #gitlab #bitbucket #python

6,351 views

1 year ago

Philomatics
Use past tense in git commit messages

Should you be using past or present tense in your git commit messages? StackOverflow answer arguing in favor of past tense: ...

2:44
Use past tense in git commit messages

20,598 views

1 year ago

CodeHead
Git Commit Therapy

Buy me a Coffee (plz :P) : https://buymeacoffee.com/codehead Therapy? Nah, I just git commit and move on. If only life had a ...

1:30
Git Commit Therapy

6,959 views

9 months ago

Deeecode
#7 GIT COMMIT and SNAPSHOTS

In this lesson, we dive deeper into what the git commit command does, how it works with the git add command, and what the ...

8:12
#7 GIT COMMIT and SNAPSHOTS

580 views

1 year ago

Sam Meech-Ward
The true meaning of Git is hidden in the first commits in 2005 #programming #git
0:44
The true meaning of Git is hidden in the first commits in 2005 #programming #git

4,456,229 views

1 year ago

Kie Codes
How to commit better with Git

Commits are the visible blocks of work of a programmer's craft. Yet it seems that so little effort goes toward crafting a good git ...

11:41
How to commit better with Git

19,753 views

5 years ago

academeez
git commit message and Conventional Commits

Git commit messages are actually more important than what you think. It's recommended to write the commit messages in a ...

1:18:20
git commit message and Conventional Commits

2,038 views

11 months ago

Nick White
Git Tutorial For Dummies

The Best Place To Continue Learning Git / Github - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

19:25
Git Tutorial For Dummies

1,793,340 views

4 years ago

codebasics
Git Tutorial 4: Basic Commands: add, commit, push

In this git tutorial we will learn how to commit a code change locally using git commit and how to upload it to remote using git push.

16:35
Git Tutorial 4: Basic Commands: add, commit, push

431,613 views

9 years ago

CodeLucky
Git Commit Basics: Save Your Changes Like a Pro! 🚀

New to Git? Learn the essentials of Git commits in this beginner-friendly tutorial! Commits are the backbone of version control, ...

8:34
Git Commit Basics: Save Your Changes Like a Pro! 🚀

40 views

8 months ago

Visual Studio Code
Undo Git commit + VS Code

Top rated Stack Overflow question, and VS Code lets you do it with one click #vscode #git.

0:23
Undo Git commit + VS Code

171,062 views

3 years ago