Login
Remember
Register
Ask a Question
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
vote
asked
Jul 26, 2019
in
Git Slack Integration
by
sheetalkhandelwal
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 ?
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 27, 2019
by
Robindeniel
git reset HEAD
...