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

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
  fatal: The current branch meld-infra-NATS-stage-2 has no upstream branch.
+
  fatal: The current branch your-local-branch has no upstream branch.
 
  To push the current branch and set the remote as upstream, use
 
  To push the current branch and set the remote as upstream, use
 
   
 
   

Revision as of 09:14, 21 March 2023

git push --dry-run


fatal: The current branch your-local-branch 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: