How to clone any repo  of github to vscode   and some terminologies related to github

How to clone any repo of github to vscode and some terminologies related to github

In this article I include how to clone any repo from the github to vs code.

Github is wonderful tool for the developers. It makes every developer happy

Hello everyone In this blog I want to tell you about some github terminologies such as feat , fix, docs, style, refactor , test ,chore etc.

  1. feat = "a new feature" whenever any developer add some new features it is called as feat.

2)fix = " a bug fix" whenever anyone fix the bug it is called as fix .

  1. docs = " changes in the documentation" whenever anyone change the documentation it is known as the docs .

  2. style ="everything related to styling"

  3. test = " everything related to testing"

  4. chore = " updating bulid tasks "

  5. refactor =" code changes that neither fixes a bug and neither add a feature "

How to clone any repo ?

For cloning any repo first you have to open your git repo which you want to clone .

  1. Go to the code section and copy the url .as mention in the post

  1. Open your VS code and add a extension known as "git clone " .

  1. After downloading the extension you have to go in the command pallete and search the git clone a new page open as in image you have to paste the link here. Now you have to select in which location you want to add your file .

  1. Now you successfully clone your repo .

Thanks for reading my blog .

Keep Learning

I hope you learn something and your problem solved.

Thanks a lot it's my first blog I apologies if I done any mistake .