问题:本人在主仓库https://github.com/lenky0401/fcitx-qimpanel.git fork了一个分支https://github.com/lmq3342xja/fcitx-qimpanel.git
想要更新主仓库数据找到方法如下:
(1) git remote add lenky0401 https://github.com/lenky0401/fcitx-qimpanel.git
(2) git fetch lenky0401
(3) git merge lenky0401/master
