Difference between revisions of "Git pull -v"

From wikieduonline
Jump to navigation Jump to search
(Created page with " git push -v * {{git pull}}")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
  
 +
[[git pull]] -v
 +
From github.com:your_account/your_project
 +
  = [up to date]      [[main]]      -> origin/main
 +
Already up to date.
  
  [[git push -v]]
+
  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 ==
 +
* <code>[[git push -v]]</code>
 +
* <code>[[GIT_SSH_COMMAND]]="ssh -v"</code>
 +
 +
== See also ==
 
* {{git pull}}
 
* {{git pull}}
 +
 +
[[Category:Git]]

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]

See also[edit]

Advertising: