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
820 results
git reset Command -------------------------- 1) To remove changes from staging area 2) To undo commits at repository level Options ...
50,211 views
5 years ago
Learn Git from start to finished in this full course written by ThePrimeagen. Nearly every developer in the world uses it to manage ...
597,349 views
1 year ago
Cette présentation est tirée d'un évènement qui nous est très cher : ParisWeb. Vous trouverez toutes les infos qui vont bien ici ...
913 views
6 years ago
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 ...
395,186 views
10 years ago
... and the staging area git checkout -- filename - retrieve a file from the staging area into the working tree git reset HEAD filename ...
357,065 views
9 years ago
Slides: https://docs.google.com/presentation/d/1kKYzAvSfdPmtPaBd6I5aTvAV7BIcawfEcvcX66AGfz4/edit?usp=sharing ...
34 views
2 years ago
In this tutorial, we'll discuss about How to UNDO changes in Git: locally as well as Remote. Sometimes, we come across a ...
449 views
Learn Git Reset and Git Revert with practical examples. This tutorial explains how to undo committed changes, recover previous ...
35 views
1 month ago
Avenger Platoon 08-08-25 Git Deep Dive: Safely Undo & Recover Your Code! Master advanced Git techniques to never ...
105 views
11 months ago
A 4-hour deep dive into how Git actually works — from the building blocks up. No memorization. No "10 commands every ...
807 views
2 months ago
... we use reset with git reset you move head pointer and staging arrow to a specific count so we have three different kind of reset ...
375 views
In this video, Milo the Pug Engineer will go through the basics of git! We will learn what git is about, and how it can benefit ...
489 views
This Git tutorial covers approaches for undoing bad decisions. We cover git reset --hard HEAD, re-wording a commit (git commit ...
3,824 views
In this tutorial you will learn about the Git reset command: how to perform a git reset and how to use different modes on git reset: ...
88 views
KC Technologies, Contact +91-8123997688, DevOps and AWS Training Institute.
305 views
4 years ago
... git fetch git clone git add git commit git cloning and forking HEAD in git git tags contributing to public repos git rebase git reset git ...
2,639 views
Mastering DevOps Git – Lecture 02 | Git Reset, Revert, Branching, PR & Merge Conflict Explained Welcome to Mastering DevOps ...
48 views
6 months ago
How to remove files from staging area? git reset HEAD -- . command git add vs git reset HEAD -- opposite of git add How to check ...
125 views
This video explains the git concepts: snapshot, HEAD, checkout, diff, reset, restore. The video is in Malayalam language.
11,663 views
Confused about git reset --mixed? In this comprehensive hands-on Git tutorial, you'll learn exactly what happens to HEAD, the ...
32 views