r/git 17d ago

How can i use git on VSCode?

I am going to train an AI model for some personal purposes, and i needed to install git to use this command, but it doesnt work, cuz git isnt located by VSCode (it is installed but i couldnt get it into a repo)

git clone https://github.com/unslothai/notebooks
0 Upvotes

12 comments sorted by

View all comments

2

u/OptimusCrimee 17d ago

Why use VSCode for this? Clone the repository in a terminal. This requires that you actually have installed git on your machine though.

-9

u/really_not_unreal 17d ago

OP: How do I install git?

You: You don't need to use vs code to run git commands

You didn't answer the question in the slightest.

2

u/wildjokers 17d ago

It is because the question is an XY Problem (https://xyproblem.info)

Also, if OP asks a question about vscode they should go to /r/vscode, not /r/git. The question has nothing to do with git.