git init
git remote add origin GITHUB_REPO_LINK
git pull origin master
Pull the .gitignore and README.md files from github
(Create a local branch, put all your changes to that branch and finally push that branch to github)
git checkout -b NAME_OF_NEW_BRANCH