-
To stage the README.md file, we will follow the above task up to the staging file i.e. run the command “git add .”, then “ git status”.
-
We can see that the README.md file is staged.
-
Now, to unstage the file, run the command “git reset HEAD README.md”, then “git status”.
-
We can see that the file is again unstaged.
- Neha's blog
- Log in or register to post comments
Recent comments