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:
git bash command line interface screen in windowsDownload Github from below:32-bit git for windows setup 32 bit operating system or |
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.
0 Comments
If you have any doubts or any topics that you want to know more about them please let me know