Difference between revisions of "Git push --dry-run"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
<code>[[git push]] --dry-run</code>
 
<code>[[git push]] --dry-run</code>
 +
 +
 +
 +
fatal: The current branch meld-infra-NATS-stage-2 has no upstream branch.
 +
To push the current branch and set the remote as upstream, use
 +
 +
    git push --set-upstream origin your-local-branch
 +
  
  

Revision as of 09:11, 21 March 2023

git push --dry-run


fatal: The current branch meld-infra-NATS-stage-2 has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin your-local-branch



See also

Advertising: