-
Notifications
You must be signed in to change notification settings - Fork 3
Website Hints
Benjamin Garrett edited this page Jan 18, 2023
·
6 revisions
Type 'cmd' in the command bar to open the Command Prompt. Then you will have to change directories to where you downloaded the 'website' folder. For example, if you put it in Downloads/website, then type 'cd Downloads\website' and hit Enter.
git checkout -b aBranchName
git add -u
git add <filename>
git commit
git push origin aBranchName
git checkout master
git pull origin aBranchName
git push origin master