What is a git “Snapshot”?

后端 未结 8 639
孤城傲影
孤城傲影 2020-12-04 12:01

The official Git doc says:

$ git diff test

This will show you what is different between your current working directory and the snapsh

8条回答
  •  死守一世寂寞
    2020-12-04 12:31

    A snapshot is the state of something (e.g. a folder) at a specific point in time. In this case, snapshot means the current content of the test branch, this doesn't have to be the head revision.

提交回复
热议问题