Let's suppose i have made a lot of local commits. I now want to push last commit to my online repository but i do not want the other users to see the last commits. I just want to push last version.
I also want to keep my local commits history.
Do you know if it is possible without having to create a branch ?
Thanks