ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

115,226 results

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

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

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

1 year ago

Philomatics
Undo a git commit - git reset/revert - pushed/not pushed

How to undo a git commit. Pushed and not pushed/unpushed. Using git reset and git revert. Get my interactive git cheatsheet as ...

3:28
Undo a git commit - git reset/revert - pushed/not pushed

22,796 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,960 views

9 months ago

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

7 years 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,918 views

1 year ago

r00tmaster
Git Commit Comments I Wish I Found Sooner

Cod. Acapela voices generated with 'TextAloud' software.

3:04
Git Commit Comments I Wish I Found Sooner

18,810 views

1 year ago

nunomaduro
Master Git Commit Messages with Conventional Commits

sponsor this channel: https://nunomaduro.com/sponsorships this video was made possible by: redberry / work with the ...

2:51
Master Git Commit Messages with Conventional Commits

5,287 views

11 months ago

techietracks
10. Git Commit

Git Commit Made Easy! Mistakes happen, but don't worry! In this video, you'll learn how to fix commit messages and even add ...

3:40
10. Git Commit

10 views

10 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,145 views

3 years ago

GitKraken
Git Tutorial #9: What is a Commit in Git? | Learn Git with GitKraken

A commit is like a snapshot of your work. It's how Git keeps track of every change you make. In this Git tutorial, you'll learn: What a ...

2:42
Git Tutorial #9: What is a Commit in Git? | Learn Git with GitKraken

33,533 views

6 years ago

makigas
🎤 Git: a final check for your commit

If you activate the commit.verbose option, or if you use the flag -v when you call commit, you will activate the verbose mode ...

1:12
🎤 Git: a final check for your commit

3,643 views

11 months ago

Better Stack
How NOT to revert a git commit

... I want to remove the latest commit the first thing to do is to revert your commit locally which will put you behind the latest commit ...

0:30
How NOT to revert a git commit

5,642 views

1 year ago

CJ Avilla (cjav_dev)
What changes are in the most recent git commit?

What changes are in the most recent git commit? #git #webdevelopment #webdev.

0:50
What changes are in the most recent git commit?

1,103 views

3 years ago

OrcDev
Write GIT commit messages like a pro!

Learn how to write GIT commit messages like a pro using conventional commits. Next video to watch: ...

0:37
Write GIT commit messages like a pro!

5,649 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,590 views

1 year ago

Coding in Public
GIT commit 🤝 right user

gitconfig to the rescue! Connect With Me - Website: https://codinginpublic.dev - Blog: https://chrispennington.blog - Twitter: ...

0:48
GIT commit 🤝 right user

5,422 views

1 year ago

Cameron McKenzie
How to Change a Git Commit Message

Ever wonder how to change a git commit message after a commit has already been made in the repo? Don't worry, it's not hard.

1:00
How to Change a Git Commit Message

6,731 views

2 years ago