Push Data in your GitHub Repository from your system

 Follow the below instruction.

a.) git init

b.) git add .    or  git add -A        or    git checkout -b <new-branch>

c.) git commit -m 'finish'

d.) git push origin master