Hi,
I'm struggling with git to send a commit. The Git show command shows what I really want to commit. The Git log origin/master command shows a lot of commit messages for every patch ever done. But I think the git push origin command will send all the commit history and not only my commit. What is the solution for that behavior?
Thanks,
Wolfgang