Ticker

6/recent/ticker-posts

Header Ads Widget

git bash installation

GIT BASH INSTALLATION IN PERSONEL COMPUTER

     Github and git  are important tool for every software developer as git is a version control system in which the code he/ she had written in local machine sent to a cloud storage using version control system.

    To send the code from local machine to cloud base version control system one must know the terminal language present to it to send many files quickly than manual dropping the files to there. for this action to be done an shell must present to support this.

    for operating system like Linux, Unix and Macintosh the command line controller can be installed simply.

    for Linux operating system on must press this command

    sudo apt install git

    For windows operating system this type of commands line wont work. for this one must manually install the software " Git bash" to control the flow to Github and work with git terminal.

    the git bash after installation would look like this:

    https://git-scm.com/download/win
    git bash command line interface screen in windows

    Download Github  from below:

    32-bit git for windows setup 32 bit operating system or 
     64-bit Git for Windows Setup for 64 bit operating system.

    After installation of Git one can  control the workflow of his code.

    the code written by you can be accessed by other people if the repository is in public and they can modify code for better output to the problem.


    Post a Comment

    0 Comments