Tutorial - PrerequisitesGitOn this pageGitInitialize as git repositoryLink to remote repositorygit initgit remote add origin [Repository Link with SSH here]git remote -vPush changes to Remote Repositorygit add .git commit -m "commit message here"git push origin master