Megha Sharmameghasharma.hashnode.dev·Jan 29, 2024What is Git Reset?Git reset is a command in the Git version control system used to reset the current state of the repository to a specified point. It’s a powerful tool that allows you to undo changes, unstage files, and move the HEAD pointer to a different commit or b...1 likeGit
Syed Jafer Ksyedjaferk.hashnode.dev·Sep 11, 2022Git Command Revisiting Part II - Git ResetTerminologies Work Tree: Your working tree are the files that you are currently working on. Your local folder. Git Index/Staging Area: The git "index" is where you place files you want commit to the git repository. The index is also known as cache...69 readsFOSS ActivitiesGit