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
467 results
Subscribe: http://bit.ly/subgithub • Andrew Radev demonstrates his vim plugin Gapply.vim, which allows to you edit a git diff and ...
1,957 views
12 years ago
Fascinated with git? Frustrated with git? Take a moment to understand how git it works under the hood! In this short 30-min ...
127,050 views
8 years ago
Do you want to uncommit one change in your git repo, git revert is your best option for a quick change. See more Git videos: ...
206 views
4 years ago
1. git init: Initializes a new Git repository. 2. git add: Adds changes to the staging area. 3. git commit: Commits changes to the ...
19 views
2 years ago
Want to learn how to build your own dev tools? Check out CodeCrafters: https://bitly.cx/HFm4 In this video, we take your Git skills ...
3,029 views
1 year ago
You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/version-control/ 0:00:00 ...
3,919 views
2 weeks ago
Subscribe: http://bit.ly/subgithub • Jens Lehmann and Haiko Voigt describe their work on the recursive checkout of git submodules, ...
1,826 views
Part 2 of the previous video: ...
84 views
Subscribe: http://bit.ly/subgithub • Filip Noetzel demonstrates two projects. Bumpversion makes it easy for you to quickly advance ...
2,831 views
A brief review on my personal git config / setup. I'll show some of my the most used commands, settings, aliases and how I use ...
82,013 views
10 months ago
Merge requests are the primary method of making changes to files in a GitLab project. Create and submit a merge request to ...
41,385 views
Today, we expand from using git by yourself to using it in a team. We use Github, centralized workflows, forking on Github, pull ...
65 views
GitHub Branch Protection Rules have been able to add quality gates to your development workflow, but only on a ...
11,832 views
68 views
5 months ago
75 views
11 months ago
... git hash-object 1:41:50 Organize into modules 1:47:41 git ls-tree 2:24:21 git write-tree 3:41:45 git commit-tree 3:59:06 git commit ...
106,473 views
Git is like a Swiss Army Knife for telling the story of your project. Yet most of us are only using the big knife and maybe the scissors ...
1,766 views
6 years ago
Here, we go over the basics of git from first principles, though this is not the most basic course you can find. We cover basics ...
39 views
Subscribe: http://bit.ly/subgithub • Mislav Marohnić demos the hub command-line tool. https://github.com/defunkt/hub About Git ...
1,579 views
... pre-commit hooks 2. .pre-commit-config.yaml # instructions for hooks 3. pre-commit install # to run automatically on git commit ...
159 views