Please find and refer the link of a recorded video on fetching theme, commit changes and to create a pull request on GIT HUB
Also refer the link of a user manual provided on GIT HUB
bandicam 2023-03-20 11-04-53-910.mp4
GitHub- User Manual (2).docx
GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their codeIt lets you and others work together on projects from anywhere.In GIT HUB we will be having repositories and each repository it has it’s branches.
1. We need to install the GIT Hub for the desktop( desk-top version) in our system
2. Then we need to clone the repository by using desktop app For future reference and managing the codes After completing the task we can easily move our code into GIT HUB3. After cloning the repository move it to development branch.
4. Inside the Development branch we can create our own branch and push our codes
5. Now open with visual studio code through the desk-top app
6. Install node modules and fetch theme or extension you want to make changes, add our changes in that files
7. To view our changes made in code, open the desk-top version to verify that is changes has been done
8. Then commit the changes we have made in the code add summary and description.
9. Then for creating pull request, open the GIT hub app then there is option for creating pull request by giving description
10. After creating the pull request, authorised person or our TL’s will verify/review edited code after confirming they will push our code to origin
Thank you