标签:splay git tab www UI one form order git am
git branch new
git checkout new
echo "hello world" >> main.c
git add main.c
git commit -m "add hello world"
git diff master > 1.patch
git apply 1.patch
git format-patch master
git am 1.patch
git checkout .
git push origin master #推送master分支
git pull
git tag 1.0.0 <哈希码>
标签:splay git tab www UI one form order git am
原文地址:http://www.cnblogs.com/logic-wei/p/7506704.html