Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
137,891 results
... git add: Staging Changes - 0:23:40 git add Variations (., -A, specific files) - 0:24:30 git reset: Unstaging Files - 0:30:22 git commit: ...
262,031 views
3 months ago
Git commit messages are actually more important than what you think. It's recommended to write the commit messages in a ...
2,675 views
1 year ago
Mostramos las diferencias entre las estrategias de Merge Commit, Squash y Rebase, para ver las diferencias y dar nuestra ...
56,374 views
4 years ago
... git-all 3:33 git config credentials 4:10 New remote repo 4:52 git clone 5:21 git init 6:04 git add 7:05 git status 7:27 git commit 9:03 ...
120,848 views
Git: The essential tool for modern development. This quick explainer shows why it's a must-have skill. Ready for a deep dive ...
3,309,466 views
5 years ago
Git has the power to make you a better software developer. But you'll have to go beyond the basic "commit, push, pull" to use it ...
1,884,281 views
In this video we will look at some common mistakes in Git and how we can fix these mistakes. Specifically we will cover how to ...
393,314 views
10 years ago
Te gustaría optimizar tu flujo de trabajo en Git y ahorrar tiempo generando mensajes de commit? En este vídeo, Carlos Blé, ...
370 views
10 months ago
Manually and auto-sign / verify git commits and tags. Had an error? Check the pinned comment. Hit the subscribe button to ...
47,168 views
Check the unstaged changes git diff Commit the staged changes git commit -m "MESSAGE" Reset staging area to the last commit ...
1,881,121 views
3 years ago
Abordamos los comandos git add, git commit y git push desde Git bash y VSCode.
5,650 views
Download here: https://git-fork.com/ A brief but in-depth tutorial of Git and Fork. It is a very useful tool for both programmers and ...
9,019 views
2 years ago
OR git add ~filename~ To check status of staging area: git status To commit new changes: git commit -m "commit message" To ...
891,129 views
What's inside .git folder? In this 29 mins screen-sharing session, Rob walks you through that. The session is followed by a Q&A ...
485 views
GitHooks are a great way of automating tasks and checking information while using git. These hooks are both powerful ...
42,367 views
Follow along as Ryan uses Git plumbing commands to manually hash, create and commit objects in Git. To learn more about Git ...
403 views
8 years ago
Want to learn how to commit and push changes using Git? This tutorial will walk you through the steps, making it easy to update ...
247 views
Learn Git from start to finished in this full course written by ThePrimeagen. Nearly every developer in the world uses it to manage ...
516,771 views
Git offers lots of different ways to undo, revert, recover and fix your mistakes. In this course, we'll look at the bad things that can ...
94,996 views
Keep you git history commits clean. I often notice that developers are publishing their PR with a commit mess. Commits should ...
5,274 views