Installing git on Ubuntu
Well I had to re-install my computer, I lost all my data, I was so disappointed but then I thought what rifiki said in the Lion King "The past does hurt, but the way I see it you can either run from it or LEARN from it."
So, I thought I will install some bare minimum things I need in daily development and share all with you. Maybe some one gets some help and I feel happy :)
Lets get started:
1) sudo apt-get install git git-core
2) Provide the sudo password.
3) Test it, just type git
4) Done. Congratulations !!
Well I had to re-install my computer, I lost all my data, I was so disappointed but then I thought what rifiki said in the Lion King "The past does hurt, but the way I see it you can either run from it or LEARN from it."
So, I thought I will install some bare minimum things I need in daily development and share all with you. Maybe some one gets some help and I feel happy :)
Lets get started:
1) sudo apt-get install git git-core
2) Provide the sudo password.
3) Test it, just type git
4) Done. Congratulations !!
No comments:
Post a Comment