Difference between revisions of "Git pull -v"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | [[git pull -v | + | [[git pull]] -v |
From github.com:your_account/your_project | From github.com:your_account/your_project | ||
= [up to date] [[main]] -> origin/main | = [up to date] [[main]] -> origin/main |
Latest revision as of 07:48, 24 November 2022
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 -v
GIT_SSH_COMMAND="ssh -v"
See also[edit]
Advertising: