Difference between revisions of "Git pull -v"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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
Line 10: Line 10:
 
   = [up to date]      master                      -> origin/master
 
   = [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/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
+
   = [up to date]      dependabot/pip/[[lxml]]-4.6.5    -> origin/dependabot/pip/lxml-4.6.5
 
  Already up to date.
 
  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
  
  
Line 17: Line 31:
 
* <code>[[git push -v]]</code>
 
* <code>[[git push -v]]</code>
 
* <code>[[GIT_SSH_COMMAND]]="ssh -v"</code>
 
* <code>[[GIT_SSH_COMMAND]]="ssh -v"</code>
 
 
  
 
== See also ==
 
== See also ==

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: