There is following output in git remote show
git remote show origin
remote origin
Fetch URL: https://user@server/path
Push URL: https://user@server/path
HEAD branch: master
Remote branch:
master tracked
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push':
master pushes to master (up to date)
Where Local branch configured for 'git pull': and Local ref configured for 'git push': are configured?