63015/how-can-i-retrieve-previous-version-data-in-git-github
Thanks. I will try this. But we can also use git reset.
For example,
$ git reset "version id" filename.
$ git checkout filename.
Hi@akhtar,
You can use reset command to do this task.
$ git reset "version id" filename. $ git checkout filename.
I hope this will help.
Hi, Can someone tell me, how to use ...READ MORE
Hi@akhtar, You can roll back your previous version ...READ MORE
Hi@akhtar, You can use git checkout <sha1> to check ...READ MORE
I want to do a push and ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@Hasid, In Git & GitHub merge concept comes ...READ MORE
Hi@akhtar, First you have to generate key using ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.