What is a Git Revision Expression?

后端 未结 4 1566
野性不改
野性不改 2021-01-30 13:33

So, I am using Git GUI to make a repository. But I cant find ANY trace on Google, the Documentation, or anywhere else what a \'Revision Expression\' is, and it is required to cr

4条回答
  •  Happy的楠姐
    2021-01-30 13:57

    gahooa gives the comprehensive answer. The common case:

    • Name of an existing branch (e.g., master)
    • First few digits of a SHA1 checksum, best captured from gitk or git log

    Welcome to the wonderful world of git. TMI is par for the course...

提交回复
热议问题