To set up your repo you will need to follow these instructions . Then you will need to clone / deploy an existing repo like this .
Then make changes. Once you are done making your changes. You will need to do a βcommitβ that looks like this:
git commit -m "I changed something somewhere"
Then you will want to remove any changes from the repo that may have been pressed during operation.
git pull origin master
Once the craving ends without conflict, you can click on your changes.
git push origin master // this is saying that you want to replace the remote master branch with your local master branch
EDIT To click on a repo without overwriting the wizard, do the following:
git clone
source share