$ git remote show origin
* remote origin
Fetch URL: https://github.com/dh00023/gitpractice.git
Push URL: https://github.com/dh00023/gitpractice.git
HEAD branch: master
Remote branches:
master tracked
practice tracked
Local branch configured for 'git pull':
master merges with remote master
Local refs configured for 'git push':
master pushes to master (up to date)
practice pushes to practice (up to date)