git remote show origin
Jump to navigation
Jump to search
git remote show origin * remote origin Fetch URL: https://github.com/hashicorp/learn-terraform-provision-eks-cluster Push URL: https://github.com/hashicorp/learn-terraform-provision-eks-cluster HEAD branch: master Remote branches: master tracked separate-files tracked update-tf-1.0 tracked update-versions 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)
tracked .../.... merges with remote .../... pushes to .../... (up to date) | (local out of date)
Related[edit]
git remote -v
git remote get-url origin
git push --set-upstream
- List branches:
git branch --list -a
- git fetch origin
See also[edit]
Advertising: