1 Star 1 Fork 0

Lizhiqi / HarmonyOS_UIKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
git_push 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
Lizhiqi 提交于 2021-06-22 02:15 . update git_push.
$ git remote add pssea https://gitee.com/pssea/graphic_ui.git
$ git remote -v
lyc https://gitee.com/benb365/graphic_ui.git (fetch)
lyc https://gitee.com/benb365/graphic_ui.git (push)
origin https://gitee.com/openharmony/graphic_ui.git (fetch)
origin https://gitee.com/openharmony/graphic_ui.git (push)
pssea https://gitee.com/pssea/graphic_ui.git (fetch)
pssea https://gitee.com/pssea/graphic_ui.git (push)
git fetch pssea
git branch --set-upstream-to=pssea/master
git commit -m "xxx"
git push
# push release
git checkout -b release pssea/OpenHarmony_1.0.1_release
git cherry-pick master
git push pssea HEAD:OpenHarmony_1.0.1_release
-----------
xxx@DESKTOP-I66AH4H MINGW64 /d/code/gm91/foundation/graphic/ui (master)
$ git checkout -b release pssea/
pssea/OpenHarmony_1.0.1_release pssea/local pssea/master
xxx@DESKTOP-I66AH4H MINGW64 /d/code/gm91/foundation/graphic/ui (master)
$ git checkout -b release pssea/OpenHarmony_1.0.1_release
Switched to a new branch 'release'
M tools/qt/simulator/third_party/libjpeg/libjpeg.pro
Branch 'release' set up to track remote branch 'OpenHarmony_1.0.1_release' from 'pssea'.
---------------
git branch -vv # 查看 upstream 分支信息
repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
1
https://gitee.com/pssea/harmony-os.git
git@gitee.com:pssea/harmony-os.git
pssea
harmony-os
HarmonyOS_UIKit
master

搜索帮助