Assuming that you are currently within a Git repository that includes several commits, write the command (or commands) that will display the changes from the commit with the ID of abc123.?
How do you exactly try to provide a certain git commit Id if you are commiting a file after staging. Or how do you retrieve a certain commit with a certain id which does not exist.?
I'm stuck at git commit -m " some text description." and also git reset " "?
how do you approach this?