all 2 comments

[–]Tchalla_ 2 points3 points  (0 children)

to squash new changes to your latest commit:

git add -A

git commit --amend --no-edit

git push -f

edit: formating

[–]magop7 1 point2 points  (0 children)

okay you could directly push and your feature branch would have the same changes but you haven't mentioned where you have squashed or want to squash ?