Answers for "git abort REVERTING"

0

git abort REVERTING

git revert --abort
Posted by: Guest on January-20-2022
0

git abort REVERTING

git reset --soft HEAD^ // discard the last commit, keeping all the changes after that
Posted by: Guest on January-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language