How to push changes to Git Hub using GIT GUI?
Push changes to Git Hub using GUI:
- Add a remote repository with a name and a URL from GitHub
- Add changes to your local repository and stage them for commit.
- Type a message and commit your changes.
- Push your changes to the remote repository from your toolbar or by using the command git push origin.
Comments
Post a Comment