SungHyun Nam wrote: > > > BTW, I have no idea how I can push 'local changes in subtree' to remote. > The 'Additional tips' in using-merge-subtree.txt said it is > possible using subtree. But don't know how? Could someone show me > a sample command/setup sequence? > I found out: edit your .git/config file and in the [remote "remotename"] section, copy the "fetch =" line as "push =" line (with same content after "="). Then by "git push remotename" you'll just push the relevant subtree. -- View this message in context: http://n2.nabble.com/using-merge-subtree-and-move-it-tp1076542p3936273.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html