Install and upgrade to latest Git version on Ubuntu/Debian/Linux Mint

In this tutorial we will learn,how to install and upgrade to latest Git version on Debian based Operating System.At the time of writing this post,git version 1.9.1 has been released on 2014-03-18. The information of new Git version release can be obtained from git-scm.com The practical has been tested successfully in Ubuntu,Debian and Linux Mint. … Read more

error: src refspec master does not match any

While working in Github,I was trying to push my code in my Github repository.After deleting all files from repo,I tried to push the new code.But I encounter with given below Error: error: src refspec master does not match any. error: failed to push some refs to ‘https://github.com/sharadchhetri/sharadchhetri.github.io’ To solve this error,run the below given command … Read more