Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git command change to previous comit

git revert --no-commit 0766c053..HEAD
git commit


If you really do want to have individual commits 
(instead of reverting everything with one big commit), 
then you can pass --no-edit instead of --no-commit, 
so that you don't have to edit a commit 
message for each reversion. – user456814
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #command #change #previous #comit
ADD COMMENT
Topic
Name
9+3 =