jinleileiking / learning-notes

Notes for my learning.
GNU General Public License v3.0
1 stars 2 forks source link

git #10

Open jinleileiking opened 1 year ago

jinleileiking commented 1 year ago

提高gitclone 速度

merge rebase

https://www.cnblogs.com/michael-xiang/p/13179837.html

获得tag

$ git describe --tags
tag1-2-g026498b
2:表示自打tag tag1 以来有2次提交(commit)g026498b:g 为git的缩写

其他

// Delete local: git tag -d $(git tag -l "tag_prefix*")