Answers for "get back some commits git"

2

how to revert to log in git

git revert --no-commit 0766c053..HEAD
git commit
Posted by: Guest on April-18-2020
1

get back some commits git

git revert {commit_id}'
Posted by: Guest on September-09-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language