Git installation on android
Git Installation on android
Their may be times when want to work with git,but because on unavailability of a computer system you can't do it.
So here we will learn how to install and use git on an android operating system.
Friends , Now we will start with our tutorial.
In this tutorial we are going to use an app named "Termux" . It is an android application that gives you access to terminal emulator and virtual linux environment it is offered by "Fredrick fornwall"
It has 50,00,000+ downloads on playstore.
What do you want ?
- To run this application you need a device with android 5 or above version . That's it
Now lets make it happen !
you have a simple glimpse about what the
application is mainly about.So now we will star with main work i.e How to install git on an android system.
Here are the steps to install git on any android system :-
- Initially you have install Termux app from Google playstore ,by clicking here . Or you can directly search for the name of the application and download it.
- After proper installing it open it and this type of screen will open.
3. Before proceeding toward the git installation.we have to upgrade and update To do that implement command apt upgrade && update .
Fig. 02 |
After the Installation completes yo are ready to install git and ssh . To do that implement the code : -
apt install git openssh
And hence you are done with the git installation.
Thanx bro . I'm very great full to you
ReplyDelete👍👍
Delete