git push not updating the cloned from repo

Posted by dhaval on Server Fault See other posts from Server Fault or by dhaval
Published on 2010-03-04T09:41:29Z Indexed on 2010/03/11 17:20 UTC
Read the original article Hit count: 305

Filed under:
|

I did the following

  1. git clone from another repo say Release1
  2. made changes to cloned repo
  3. committed changes
  4. pushed changes to both master and Release1
  5. pulled changes from cloned folder in Release1
  6. status/log is showing my changes at both places
  7. The update is not reflected at Release1

What did I miss in the above steps? Both repo are in same server.

© Server Fault or respective owner

Related posts about git

Related posts about git-repository