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
What does the command Git reset –- soft HEAD^ perform?
Home
Git
What does the command Git reset –- soft HEAD^ perform?
0
votes
asked
Feb 13, 2022
in
Git
by
rajeshsharma
What does the command Git reset –- soft HEAD^ perform?
a) Moves commit to one after current head
b) Moves commit to one before current head
c) Moves commit to the first head
d) None of the options
git-reset
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2022
by
rajeshsharma
b) Moves commit to one before current head
...