git pull -v
Jump to navigation
Jump to search
git pull -v From github.com:your_account/your_project = [up to date] main -> origin/main Already up to date.
git pull -v From github.com:your_account/your_project = [up to date] master -> origin/master = [up to date] dependabot/pip/ansible-4.2.0 -> origin/dependabot/pip/ansible-4.2.0 = [up to date] dependabot/pip/lxml-4.6.5 -> origin/dependabot/pip/lxml-4.6.5 Already up to date.
git pull -v
.../...
= [up to date] update/your-text -> origin/update/your-text
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> your-branch-name
Related[edit]
git push -vGIT_SSH_COMMAND="ssh -v"
See also[edit]
Advertising: