Git: Push to Server

By Xah Lee. Date: . Last updated: .

Update Remote Repository from Local

First, commit your changes to your local repository. [see Git: Commit Files]

Then, in the local project directory, do

git push url

This will push your local repository to the remote git server.

git, pull, push