mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 17:15:24 +02:00
Update describe.js
This commit is contained in:
parent
2258a40f04
commit
d082c54ae0
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ exports.level = {
|
|||
"",
|
||||
"`<tag>_<numCommits>_g<hash>`",
|
||||
"",
|
||||
"`<tag>` 表示的是离`<ref>` 最近的 tag, `numCommits` 是表示这个 tag 离`<ref>` 有多少个 commit, `<hash>` 表示的是你所给定的`<ref>` 所表示的commit 的前七个id。"
|
||||
"`<tag>` 表示的是离 `<ref>` 最近的 tag, `numCommits` 是表示这个 tag 离 `<ref>` 有多少个 commit, `<hash>` 表示的是你所给定的 `<ref>` 所表示的commit 的前七个id。"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue