Make sure you have installed VS Code and Git
- Create a folder
- Right Click and select "Git Bash Here"
- Run
git clone https://github.com/WynnKunGz/Pom-s-Birthday-Website.git
- Done
- In the folder.
- Right Click and select "Git Bash Here"
( The path should look something like this
/Desktop/Discord Bots/HTML/ Pom-s-Birthday-Website (main)
) - Run
git pull -f origin main
- Done
Can be done via VS Code's Source Control Feature.
- You'll first have to activate it.
- After you have finished doing your stuff. Find the correct repository (if you have multiple) for this website. Press the + button that says "Stage All Changes"
- Then Press the Tick button that says "Commit", and give it some good commit names
- Press the button that says "Synchronize Changes".
- It will ask you to confirm the action that's going to push and pull commits to and from origin/main, Press OK.
- Done