您可以通过以下方式执行此操作git notes:
git notes add your_branch -m "BRANCH_DESCRIPTION: A descriptive name for this branch"
Run Code Online (Sandbox Code Playgroud)
然后您可以使用以下命令将其读回:
git notes show your_branch
Run Code Online (Sandbox Code Playgroud)
您可以将笔记存储为文件并使用它,切换选项-m的选项-f,当然传递文件名而不是字符串。
git notes add your_branch -f mynotes.txt
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
771 次 |
| 最近记录: |