dorawyy / git-merge-conflicts-test

This repo is for testing of git functionalities / different merging conflict scenarios, and CI tools usage
2 stars 4 forks source link

[testcase notes] #25: Git reflog #63

Open dorawyy opened 6 years ago

dorawyy commented 6 years ago

What is git reflog?

Referred from git documents

Reference logs, or "reflogs", record when the tips of branches and other references were updated in the local repository

git reflog

subcommands

an example of git reflog show rollback4, in which rollback4 is a branch

screen shot 2017-10-29 at 11 45 49 pm

As we can see, git reflog includes: