+1 vote
in Git Slack Integration by
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
git reset HEAD
...