Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
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 ?
Home
Git Slack Integration
I want to take all the changes I made in the staging to my working directory , what command should...
+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
...