Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Articles by Manoj Kumar
1 articles
How to Unstage a Deleted File in Git?
Git is version control system that is used for managing the code changes during the software development. Git stores the changes as snapshots which are staged and then committed. Not just the changes in code, git will also stores information about the addition and deletion of files. Sometimes, you may want to unstage or revert the deletion of a file before committing it. This article will guide you through the process of unstaging a file in Git, providing a step-by-step explanation.Steps to Unstage a Deleted FileStep 1: Check the StatusFirst check the status of the deleted file which has been ...
Read MoreShowing 1–1 of 1 articles
« Prev
1
Next »
Advertisements