Installing Git on your local

Hello All,

I was exploring Github and Git and really love the whole concept of this process. I would like to share how to install Git which is the local repository and GitHub which is the social platform where you can publish your work and collaborate with others.

Before you install Git you will need an account in GitHub. Once that is done you will have to create a project in GitHub,

For configuring and pushing objects from Git to Git Hub follow this link. Please follow the below steps first before you  doing this.

 

Configuring Git to Connect with GitHub

 

 

Then follow the process below for installing Git

 

  1. Get the software.

    To get the software follow the following link below

https://git-scm.com/

git5

 

Install the software it’s pretty straight forward. Just in one of the steps make sure to choose Git and Unix tools because we will be using Unix commands for all of the operations.

git6

 

  1. After the installation open the Git Bash

git7

 

Your now done with the installation the next steps would be configuring the Git to connect with your GitHub account. By doing so you can develop your project in your Git and when you want to publish you can use the Git Bash to push your changes to GitHub. Please click the link below for the steps to configure Git to connect with GitHub.

Configuring Git to Connect with GitHub

 

One thought on “Installing Git on your local

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s