We are tyring to use GitFlow along with Stash but have come across a problem where a pull request wants to overrwite newer changes!?
I have a git repo that has 4 images in it along with some code. After initial commit and setup, master and develop branches were identical (1). The repo was then branched (from develop) into feature/F1 (2).
A hotifx branch was made (from master) and work was done to update the images (logo updates). This was then merged into master and down into develop.
Now, the team is wanting to merge the work in feature/F1 back into develop. The pull request in Stash is trying to change the images back to what they were when the branch was taken??
How can i find out what we have done wrong? it doesnt inspire confidence in it..
Merging develop changes into the feature branch has no effect on the images.
I checked all commits in the branch and the images weren't touched other than the merge from develop to get latest changes. The source files still show as the old images?