Guide to GIT on windows for beginners
Download
- Download and install GitHub Desktop (this will manage and synchronize your file repositories locally and on GitHub).
- Download and install Visual Studio Code (this is used for editing your files, it has some nice extra features over notepad, notepad++ is also an option).
- When opening Visual Studio Code, it might ask you to install GIT. This is not necesarry.
- Open Github Desktop when installation is complete.
Cloning your repository
- Go to your GitHub organizations and accept devuilewok invitation.
- Go to devuilewok GitHub
- Press on the green <>Code 🞃 button and press Open with GitHub Desktop. Accept any possible browser notifications.
- Complete the process in Github Desktop
Your setup is now done. The steps above do not have to be done again. The following part of the guide you can follow every time you want to make changes to your webpage.