有以下输出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)
在哪里Local branch configured for 'git pull':
配置Local ref configured for 'git push':
?