Skip to content

updation code for reverting back to your commit #182

@saikumar-pujari

Description

@saikumar-pujari

when we want to revert back to our code back we may use git log and git revert <log_id> but it will create a another commit.
rather we can use git log --oneline to show all the logs in one line then git checkout <log_id> it will go to that snapshot! of id.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions