almost 7 years ago
First update the apt-get package lists with this command apt-get update then install git.
apt-get update
$ sudo apt-get update $ sudo apt-get install git
Now git has been installed on Ubuntu, lets setup git.
Now we need to do few things that will commit messages and upload files to git repository. The easiest way to do this is through git config commands.
git config
$ git config --global user.name "Your Name" $ git config --global user.email "youremail@domain.com"
Now enter this command to see that username and email is saved or not:
$ git config --list
Following output will be displayed:
user.name=Your Name user.email=youremail@domain.com
All done! Now you may add repository to git and upload files.
Thanks for reading the blog.
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)