I think this is the simplest question but i am very first to the git .
So can you please any body help me out.
That is how to fetch the old code from the git repository and how to get the old code from the
local(git repo in on my machine) repository
I think this is the simplest question but i am very first to the
Share
With git, you always have a copy of the complete repository including the history.
First, clone your repository:
Then checkout the old commit