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
11,258 results
Git: La herramienta más usada en el mundo de la programación. Saber hacer un commit es tan necesario que necesitas saberlo ...
557 views
2 years ago
You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/version-control/ Help us caption ...
734,698 views
6 years ago
git add path/to/file git commit -m "make your commits in imperative voice" gitk --all&.
142 views
13 years ago
git commit for Linux, Mac, Windows git-commit - Record changes to the repository Download git from https://git-scm.com/ On ...
193 views
4 years ago
These are git training materials for people who would like to understand how git works rather than try to memorize all of its ...
143 views
Software Engineers or Computer Science students who struggle with git will benefit from this video. I talk about git commit in depth ...
545 views
1 year ago
Communicating in a team with Git commit messages It is essential in teams to clearly define what needs to be achieved (the target ...
223 views
How to use Magit, the git front-end for Emacs, to fixup staged changes into a local commit. Also check my previous video for how ...
2,254 views
Every now and then we accidentally push a large file or a file with sensitive data like a password to GitHub using git. In this Code ...
6,225 views
00:10:37 git commit -a 00:11:30 git log 00:13:19 git branch example 2 00:14:54 git checkout 00:16:39 git checkout example 2 ...
88 views
Gitsign – Keyless Git Commit Signing - Billy Lynch, Chainguard Inc Tools like cosign have made it easy to improve software ...
534 views
3 years ago
We'll start off by creating our first repository, making the first commits, and publishing it to Github. Check out our website: ...
52 views
This quick screencast shows how you can retrieve the names of all the files that were updated in a particular commit in git. This is ...
82 views
Learn git once for all in 2024 ! Git tutorial for beginners - Learn Git for a career in DevOps/Software Engineering. This Git tutorial ...
57 views
Can't push huge git commit Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
0 views
6 hours ago
What is a Git commit?
103 views
5 years ago
... and before we even do that we need to commit these changes to get okay and the way to do that is by using the git commit dash ...
796 views
7 years ago
In this video, we'll explore the essential process of checking out a specific Git commit and updating submodules to match that ...
1 view
2 months ago
Two quick ways to rewrite a previous commit's message in git: - use `git commit --amend` to redo the last commit's message - use ...
65,731 views
11 years ago