Tag: Git
-
Git Commands for beginners
Remove a commit: Open terminal and go to your project directory then run command git reset –soft HEAD^
Remove a commit: Open terminal and go to your project directory then run command git reset –soft HEAD^