I have this alias in my git config
masterrebase= !git fetch origin --prune && git rebase origin/master && git push . origin/master:master 2> /dev/null
i am most interested in the last command and want to know what it does git push . origin/master:master