How to get this code?

the command below with your terminal

  • Clone project
git clone https://github.com/Anhar12/Teluk-Dalam.github.io.git
  • Change Directory to Teluk-Dalam
cd Teluk-Dalam
  • If there is any change
git add .
git commit -m "your message"
git push -u origin main
  • To update your code
git pull