102315/how-do-go-to-particular-version-of-file-in-the-git-repository
Hi@akhtar,
You can use git checkout <sha1> to check out a particular commit. Where <sha1> is the commit unique number that you can obtain with the git log command.
$ git checkout <sha1>
The closest way to view branches in ...READ MORE
Hi Team, I have one Git repository. I ...READ MORE
Seems like you want to rebase your ...READ MORE
This is simple, just follow the below ...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@akhtar, You can use gitk for this task. ...READ MORE
Hi@akhtar, You can untrack your file from git ...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.