8:07
13 Advanced (but useful) Git Techniques and Shortcuts
Productive programmers tend to be really good at Git. Take a look at 13 advanced git tips and tricks to supercharge your ...
11:42
7 Git Tips To Overcome Your Fear of Version Control
Working with a team of skilled devs and afraid you'll screw the codebase up? Worried you're going to overwrite other developers' ...
23:51
Scott Chacon - So you think you know Git. Advanced Git Tips and Tricks - DevWorld 2024
So you think you know GitAdvanced Git Tips and Tricks Scott Chacon is a GitHub co-founder, CEO at GitButler and the author of ...
4:02
How to use git pull --rebase to keep your team's commit history clean. Command for creating the 'git pr' alias (so you can ...
8:14
Git's Best And Most Unknown Feature
HOW HAVE I NOT HEARD OF GIT WORK TREES??? WHAT THE EFF. They are so incredible. You have to check them out!
5:19
I was wrong about git stash...
I always used a git stash based workflow when I quickly need to switch branches. In newer versions of git (since 2015), the git ...
40:42
Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git
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 ...
14:38
Latest capabilities in the git plugin, like large file support, reference repositories and some reminders of existing tips that can ...
1:57
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 ...
6:12
5 Git Tips and Tricks - Git Commands With Examples - Git Tutorial
In this video, I will show you some useful git commands for everyday use. You will learn how to fix a commit message, how to ...
25:17
Git Tips & Tricks - GitHub Satellite 2017
Presented by: Matt Desmond, GitHub Come git better at Git with GitHub Trainer, Matt Desmond! Terrible puns aside, this session ...
4:18
10 Advanced Git Techniques That Save Hours Weekly
Boost your coding efficiency with these essential Git tips! Unlock the power of Git with these 10 advanced commands that senior ...
11:14
Seven Git tips & tricks - Julien Cretel
Git, since its initial release in 2005, has exploded in popularity, to the point that it is now the de facto version-control system.
4:10
Common Git Mistakes Explained and How to Fix Them - Beginner Guide
... NOT use git push -f (and what to use instead) - Soft vs Hard Resets Save your code and your sanity with these essential Git tips!
0:29
Git tips and tricks day 6: git shortlog
Learn how you can see a summary of the git commits made by each person on the project.
3:13
WTF is a detached HEAD in git?
Detached HEAD, simply explained. Book a workshop with me here: https://philomatics.com/git-workshop/ Or grab my free git ...
1:13:52
This session demonstrates a few common tips, tricks and workflows for a more enjoyable git experience. We talk about common ...
10:42
Git Tutorial - Learn Git Tips & Tricks
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com Git is the most widely used ...
1:04:28
10 Pro Git Tips in PyCharm with @MarcoCodes
Do you work on Git repos in PyCharm and wonder: "Am I doing it right?" Want to get the real-deal answers on what Git workflow ...
4:00
Git tips and tricks. Day 22: git reflog
You know that moment when you've just nuked your Git repo… Good news: Git remembers everything. Today's video shows how ...