wshini7316 发表于 2012-11-28 17:45:19

uboot打补丁用git命令写的脚本怎么理解?

本帖最后由 wshini7316 于 2012-11-28 17:47 编辑

git init&& \
git add . && \
git commit -m "clean kernel" && \
git am --whitespace=nowarn patches/*.patch

mv .git .gitsaved

if [ -f patches/localversion ]; then
        cp -f patches/localversion .
fi
以上内容怎么理解。
页: [1]
查看完整版本: uboot打补丁用git命令写的脚本怎么理解?