git push <远程主机名> <本地分支名>:<远程分支名>
master
lqy
git push origin master:lqy
git pull <远程主机名> <远程分支名>:<本地分支名>
git pull origin lqy:master