Git push: Difference between revisions

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


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

Revision as of 22:42, 30 July 2019

Internal

Overview

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