about 9 years ago
First update the apt-get package lists with this command apt-get update
then 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.
Now enter this command to see that username and email is saved or not:
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.
Can you help out the community by solving one of the following Version Control problems?
Do activity (Answer, Blog) > Earn Rep Points > Improve Rank > Get more opportunities to work and get paid!
For more topics, questions and answers, please visit the Tech Q&A page.
0 Comment(s)