顯示標(biāo)簽
git tag #列出現(xiàn)有標(biāo)簽
git show
創(chuàng)建標(biāo)簽
git tag v0.1 #新建標(biāo)簽,默認(rèn)位 HEAD
git tag v0.1 cb926e7 #對指定的 commit id 打標(biāo)簽
git tag -a v0.1 -m 'version 0.1 released' #新建帶注釋標(biāo)簽
操作標(biāo)簽
git checkout
git push origin
git push origin --tags #一次性推送全部尚未推送到遠(yuǎn)程的本地標(biāo)簽
git tag -d
git push origin :refs/tags/
Git 設(shè)置
設(shè)置 commit 的用戶和郵箱
git config user.name "xx" #設(shè)置 commit 的用戶
git config user.email.com "xx@xx.com" #設(shè)置 commit 的郵箱
git config format.pretty oneline #顯示歷史記錄時,每個提交的信息只顯示一行
2015職稱計算機(jī)考試書PowerPoint2007中 .. 定價:¥45 優(yōu)惠價:¥42 更多書籍 | |
2015年全國職稱計算機(jī)考試教材(2007模 .. 定價:¥225 優(yōu)惠價:¥213 更多書籍 |