If necessary, settings from publicly accessible repositories (repos) can be imported into a “working copy” or you can make your own settings available to others. This gives a programmer better control over each file version, complete history and control of changes made. All this without any central server. It’s open source, so Git is also often used as a development platform, including for the Linux kernel. Git is an open source system freely available for distributed versions. It is a fast, scalable and system version (registry settings) file control. As we know in the programming world, when writing hundreds of codes, frequent changes always occur. And these changes can be monitored and reversed with the help of the GIT; other files may be available to third parties through “repositories” or changes may be obtained from third parties. If necessary, settings from publicly accessible repositories (repos) can be imported into a “working copy” or you can make your own settings available to others. This gives the programmer better control over each version of the files, complete history and tracking of changes made. All this without any central server. It’s open source, so Git is often used as a development platform too, including for the Linux kernel.

. Connect to Ec2 instance

There are two easy ways to connect to the Ec2 instance running Linux: one is using the web console and the other via SSH from the command prompt or terminal on your local system. . for web terminal

. Perform system update

sudo update yum sudo yum install git

. Check Git Version

After the installation is complete, let’s check the version of Git available on our system. git version

let’s define up a local repository for Git

Create a directory mkdir firstgit Enter the created directory mygit cd / Now initialize the local git repository git init You can see the content ls -a .git / To have the state of git, the command is: git status To list all git commands and subcommands git help -a Get help for a specific command From the news www.bollyinside.com

Final note

How to Setup Git on Amazon Web Services EC2  2022  - 89How to Setup Git on Amazon Web Services EC2  2022  - 23How to Setup Git on Amazon Web Services EC2  2022  - 37How to Setup Git on Amazon Web Services EC2  2022  - 80