Creating a Git Repository Right click on your project folder and click “Git Bash Here” Initialize your repository with the command “git init” Go to github.com and create a new repository Put the command “git remote add origin (link to new repository)” in Git Bash Use the command “git push -u origin master” git init: […]