Your branch is ahead of 'origin/Prozentrechnung' by 2 commits. (use "git push" to publish your local commits) nothing to commit, working tree clean code example
Example 1: On branch master Your branch is ahead of 'origin/master' by 2 commits. (use "git push" to publish your local commits) nothing to commit, working tree clean
git reset --hard HEAD~
Example 2: Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) nothing to commit, working tree clean
git push origin master