I have modified my source directory by deleting certain files and done a commit
. And I did a push origin master
to remote host, github.
Now I came to know that I need those files for proper functioning. Now I need a way to go back my prev commit
and then push
to my remote host.
Is it possible to do so? I'm very new to git, I'm confused with it.
Thanks in advance.