ghudt yi
0
Q:

undo most recent commit

$ git reset --soft HEAD~1
1
$ git reset --hard HEAD~1
0
$ git commit -m "some comment"                
$ git reset HEAD~                                          
<< edit files as necessary >>                              
$ git add ...                                              
$ git commit -c ORIG_HEAD
2

New to Communities?

Join the community