in Git Slack Integration by (1.6k points)
I want to take all the changes I made in the staging to my working directory , what command should I use to do this operation ?

1 Answer

0 votes
by (20.8k points)
git reset HEAD

Related questions

+2 votes
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal (1.6k points)
+2 votes
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal (1.6k points)
+2 votes
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal (1.6k points)
...