Git push: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


  git push origin <branch-name>
  git push origin <branch-name>
=Options=
==-n|--dry-run==

Revision as of 00:46, 8 August 2019

Internal

Overview

git push [repository-name] [refspec]
git push origin <branch-name>

Options

-n|--dry-run