摘要:
情景:两台机器公用一个账户同步操作。1. PC1本地分支push到远端 git co -b local-br-name some changes commit git push remote-name(origin) local-br-name:remote-br-name(if remote is omitted, same as local will be applied)2. PC2获取远端分支 git co -b local-br-name remote-name/remote-br-name some changes commit git push(master ... 阅读全文
posted @ 2014-02-13 01:31
杰克胖
阅读(177)
评论(0)
推荐(0)