GitHub – Social Coding

Standard

Git hub is a code repository where we can put our code and Share it. This post is about how to upload your projects into github repository.  As usual download create your own github account and log in to it. Then download github client to your PC and install it. Here is the reference for how to set up github client in your PC. I dont need to waste your time by repeating it, :D.

Then the most important part, or uploading your projects.

  1. Create your own directory where you need to put your project files.
  2. Now copy all the files in a particular project to this SpringDemo folder.
  3. Now follow these commands.
  4. Then do the commit.
  5. This message appear since i didn’t configure my username and email. They were automatically configured.
  6. Now create new repo in your online github.
  7. Then connect it via git bash
  8. Now your files have uploaded.
  9. Here is the uploaded project.