Posts

Showing posts with the label committing changes from local repo to remote repo.

Learning Git and GitHub in more Practical way

Image
Hi, My name is Malathi Boggavarapu and welcome to my blog. In this section we will see how to create a local and remote repositories using Git and GitHub, Pulling the changes from remote to local repository, Pushing the changes from local to remote repository and also we will go through various Git commands which are very useful while working with the application. Prerequisites Git - Latest version First and foremost we should create a GitHub account. Please do visit github.com  and create an account. Later we need to create an SSH key and add it to your GitHub account. Generating a new SSH key SSH key is used to identify yourself with the GitHub server using public key cryptography. We can generate SSH key in many ways. There are many open source tools to do that but we do it using Git Bash . So inorder to generate SSH key, first go ahead and download latest version of Git and install it. While installing make sure that you choose the option  Git Bash.