close
這篇要說明怎麼用git update uboot
1. git remote add official git://git.denx.de/u-boot.git
用official 代表遠端的repository
2. git fetch official
把遠端的repository 抓下來
3. git checkout v2014.07-rc2 -b uboot_v2014.07-rc2
利用u-boot 官方已經打好的tag 來建立一個新的branch
4. repo start default .
建立一個 start branch
5. git merge uboot_v2014.07-rc2
6. 把conflict 解完
7. git commit -s --no-ff
全站熱搜