#GitHub_Commands
#1 git status: checks untracked files, staged files, modified files
#2 git add fileName: it tracks all the filles selected
#git commit -m "commit message": it commints the changes and the message
#displays the cihanges you want to commit
#git push: it pushes the changes to git (before that git doesn't have
#any clue abt the changes made)