Git Process
Use the git init command to initiate the git repository. Then use the git add command to add the changes. Use git commit and push to local branch. Before all of these create a new repo in the github. Then link the local repo to remote repo and do a git pull and then use the git push -u origin master.









