合并master分支到自己的分支
摘要:切换到自己的分支(比如:self):git checkout self; 在自己分支下,推送自己的分支到github远端仓库:git push --set-upstream origin self; 在自己分支下,合并master分支到自己的分支:git merge master; 自己的分支pul
阅读全文
posted @ 2016-10-27 00:48
posted @ 2016-10-27 00:48
posted @ 2016-10-24 18:37
posted @ 2016-10-20 12:21
posted @ 2016-10-17 10:14
posted @ 2016-10-12 20:08
posted @ 2016-10-10 10:53