I want to push README.md to Github. Using Ubuntu 14.04LTS So, I commit in the following steps. echo “# test” >> README.md git init git add README.md git commit -m “first commit” git remote add origin https://github.com/user/repo.git git push -u…
Linux, Windows and Other Tech Tips
I want to push README.md to Github. Using Ubuntu 14.04LTS So, I commit in the following steps. echo “# test” >> README.md git init git add README.md git commit -m “first commit” git remote add origin https://github.com/user/repo.git git push -u…