Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

In this course I'll teach you about the git reset command. Follow along as I explain the three varieties of Git reset and show you how to use this command to manage your own repositories.

1.Git Basics: Reset
2 lessons, 06:07

1.1
Introduction
00:34

1.2
Git Basics: Reset
05:33


1.1 Introduction

In this short coffee break, we're gonna talk about get RESET. And how you can use it, to manipulate the three trees, and how to travel in time. RESET, what does it do? I'll tell you undo some changes, that are local to your computer. When you have done some work that you need to rewind, RESET is your friend. You can just start over. You can jump back and forth, between the continents or berries commits and do a bit of time traveling, you have a few options at your disposal with good research. You can go hard, soft and mixed.

Back to the top