GIT / REPO

Source control大概是每個工程師都要面對的課題,把每個細節記錄下來。

REPO

設定環境

mkdir ~/bin
PATH=~/bin:$PATH

安裝工具

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 
chmod a+x ~/bin/repo

GIT

新增標籤

git tag -a release-v0.1.4 -m "[release] version 0.1.5 for GEN3 SecureBoot Advanced Security Openrations."
git push origin release-v0.1.4