- Download the latest GIT
- Download Webstorm from Jetbrains
- Set up Github and connect it to Webstorm
- Go to Webstorm system preferences and make sure the path to git.exe is working
- Create a public repository in GitHub and add the readme file
- Select VCS and import it into version control
- Create an HTML file in webstorm
- Add to the file and commit your changes
- Branch: Series of commits, or different versions of the main repository.
- Clone: A copy of selected elements.
- Commit: A command that is used to save changes to a local repository after staging in Git.
- Fetch: Allows you to make network requests to fetch an outside source.
- GIT: A powerful file version control system.
- Github: A code hosting platform for version control and collaboration.
- Merge: Combines pieces of code.
- Merge: Conflict Occurs when you merge branches that have competing commits, and GIT is unable to fix the problem automatically.
- Push: When data transfer is initiated by the server rather than the client.
- Pull: When data transfer is initiated by the client rather than the server.
- Remote: A computer that stores web server software and a website's component files.
- Repository: A place that hosts an application's code source, together with various metadata.
Powerpoint Presentations
HTML Book