How to insall git and upload fies for version control
how to update your files into git hub (version control ) version control by git hub , or updating you codes into git hub Here only how to update i.e - how to push is explained This assumes you have a git hub or bit bucket account author email rinkanrohitjena@live.com How to install git in your linux system is instructed here >>if you have not installed the git on your computer type the following commands apt-get install git this will install git on your pc now visit to and sign up in your computer open the terminal and type git config --global user.name "john doe" replace the user name with your user name git config --global user.email