DEV Community

Ajay Raja
Ajay Raja

Posted on

__Git__

AboutGit

Today My Trainer starts with the basics of GIT In this session I learnt some basics about git like how to create a repiratory or project he used GITLAB Which is also like github all are almost same but names are different.He teaches us how to clone one project from the git to our terminal like there are some basic commands we learned today.

why we are using

Means in my opinion we are using to push our codes day by day like the daily routines to make sure that what i have done today like one information to our trainer he must know the status of the today's assignment at the end of each day.

When&where we are using

They will use mostly in IT companies to update our Project work by end of the day...like we will push our code in the common group which created by the company if incase any need of other employees project file we will pull that and we will add in our project.

TodayEnd

We installed the git with the use of terminal with some of the basic things like and we got some issues while push and pull the file we need to ask to our Trainer Tomorrow.

To type in terminal for git

          **sudo apt update **
          **sudo apt install git** and it will ask yes or no give yes
Enter fullscreen mode Exit fullscreen mode

and type git --version after that you will see some version and
git config --global user.name"your name"
git config --global user.email"your mailid" at last give
git config --list These are some steps i used today....and installed.

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.