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

Popular posts from this blog

What is CI, CD & CT?

Difference between White box and Black box tests?

What is the difference between Use Case, Test Scenario and Test Case?