I created master branch in git: mkdir git_master; cd git_master git init git add . git commit create a clone git clone . ../git_clone1 create newfile git add newfile git commit . then try to propagate changes to master git push it gave me some warning, and subsequent git push says everything is up to date. but I do not see the new file under git_master -- View this message in context: http://n2.nabble.com/How-to-push-changes-from-clone-back-to-master-tp4275010p4275010.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