git push not updating the cloned from repo
- by dhaval
I did the following
git clone from another repo say Release1
made changes to cloned repo
committed changes
pushed changes to both master and Release1
pulled changes from cloned folder in Release1
status/log is showing my changes at both places
The update is not reflected at Release1
What did I miss in the above steps? Both repo are in same…