git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to push changes from clone back to master
@ 2010-01-08 21:28 Simon C
  2010-01-09  1:00 ` Tomas Carnecky
  0 siblings, 1 reply; 4+ messages in thread
From: Simon C @ 2010-01-08 21:28 UTC (permalink / raw)
  To: git



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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-09  6:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08 21:28 How to push changes from clone back to master Simon C
2010-01-09  1:00 ` Tomas Carnecky
2010-01-09  5:53   ` Simon Chu
2010-01-09  6:49     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).