Git: Push to Server
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.
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.