Published
- 1 min read
git soft reset head
The solution for this is noted below
git soft reset head
Solution
git reset --soft HEAD^
//resets head by 1
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
git reset --soft HEAD^
//resets head by 1
Try other methods by searching on the site. That is if this doesn’t work