Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 286 Bytes

File metadata and controls

9 lines (5 loc) · 286 Bytes

Push Changes to a Remote Repository

Once you have made commits to your local copy of a repository, you can push them to the remote copy of the repository.

Run the following command:

git push origin branch-name

Here, replace branch-name with the branch that you are working on.